facebook / akd

An implementation of an auditable key directory

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

kevinlewi opened this issue · 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.

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