Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Redesign context implementation #291

Merged
merged 1 commit into from
Oct 4, 2023

Commits on Oct 4, 2023

  1. Redesign context implementation

    Redesign context implementation to use a `Context` type class that
    supports arbitrary types for the context rather than specifically
    `Vault`. In particular, it supports different context
    implementations for different backends, and parameterises several
    types by a `C` parameter that refers to the type of the context.
    NthPortal committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    3e6a850 View commit details
    Browse the repository at this point in the history