Cargo Features
[dependencies]
cora = { version = "0.1.2", default-features = false, features = ["std", "rayon"] }
- default = std
-
Default to using the std
- std default
-
Enables std of no-std-compat
Affects
cora::standard
…
[dependencies]
cora = { version = "0.1.2", default-features = false, features = ["std", "rayon"] }
Default to using the std
Enables std of no-std-compat
Affects
cora::standard
…