Cargo Features

[dependencies]
solarsail = { version = "0.6.0-alpha.1", default-features = false, features = ["macros", "either", "tracing"] }
default = macros, tracing

These default features are set whenever solarsail is added without default-features = false somewhere in the dependency tree.

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 variants Left and Right is a general purpose sum type with two cases

solarsail-macros macros
tracing default