Cargo Features
[dependencies]
solarsail = { version = "0.6.0", default-features = false, features = ["macros", "either", "tracing"] }
- default = macros, tracing
-
These default features are set whenever
solarsail
is added without
somewhere in the dependency tree.default-features = false - macros default = solarsail-macros
Features from optional dependencies
In crates that don't use the dep:
syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.
- either implicit feature
-
Enables either
either:
The enum
Either
with variantsLeft
andRight
is a general purpose sum type with two cases - solarsail-macros macros
- tracing default