akd icon indicating copy to clipboard operation
akd copied to clipboard

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

Open kevinlewi opened this issue 2 years ago • 1 comments

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 avatar Jun 10 '23 01:06 kevinlewi

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

kevinlewi avatar Jun 19 '23 02:06 kevinlewi