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

Decide the features we want to have #156

Open
TimoGlastra opened this issue Mar 21, 2023 · 0 comments
Open

Decide the features we want to have #156

TimoGlastra opened this issue Mar 21, 2023 · 0 comments

Comments

@TimoGlastra
Copy link
Member

Rust allows us to expose "features". With these features we can tell the compiler to only compile a part of the complete library. This might be useful in mobile scenarios as we might only care about the holder functionality.

First we would need to determine whether we want features, and which specifically.

Some examples are; holder, verifier, issuer, revocation, WASM, FFI, vendored, logger, specific crypto suites, etc.

For now we current features will suffice, but it might be worthwhile investigating whether the library will shrink in size when it is only built for a holder with FFI.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant