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

Features should be additive, don't use nostd feature, but use an std one instead #377

Open
kevinlewi opened this issue Jun 10, 2023 · 1 comment
Labels
cleanup Changes that don't really affect the core computation, but improve maintenance

Comments

@kevinlewi
Copy link
Contributor

Based on https://doc.rust-lang.org/cargo/reference/features.html?highlight=additive#feature-unification

We should replace our nostd feature to instead have an std feature that enables std.

@kevinlewi kevinlewi added the cleanup Changes that don't really affect the core computation, but improve maintenance label Jun 10, 2023
@kevinlewi
Copy link
Contributor Author

One example of where this should be addressed: https://github.com/facebook/akd/blob/main/akd_core/src/lib.rs#L182

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cleanup Changes that don't really affect the core computation, but improve maintenance
Projects
None yet
Development

No branches or pull requests

1 participant