Cargo Features
[dependencies]
krystals = { version = "0.0.1", default-features = false, features = ["std", "alloc", "pub_internals", "unstable"] }
- default = pub_internals
-
The
pub_internals
feature is set by default wheneverkrystals
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
krystals::poly
,krystals::polymat
,krystals::polyvec
… - unstable