Cargo Features
[dependencies]
crystals-rs = { version = "0.0.1", default-features = false, features = ["std", "alloc", "pub_internals", "unstable"] }
- default = pub_internals
-
The
pub_internals
feature is set by default whenevercrystals-rs
is added without
somewhere in the dependency tree.default-features = false - std = alloc
- alloc std?
-
Enables alloc of secrecy ^0.8.0 and zeroize
- pub_internals default
-
some internal modules are made public
Affects
crystals-rs::poly
,crystals-rs::polymat
,crystals-rs::polyvec
… - unstable