Cargo Features
[dependencies]
augrim = { version = "0.1.2", default-features = false, features = ["stable", "experimental", "algorithm", "algorithm-two-phase-commit", "time"] }
- default stable? = algorithm
-
The
algorithm
feature is set by default wheneveraugrim
is added without
somewhere in the dependency tree.default-features = false - stable experimental? = default
- experimental = algorithm-two-phase-commit, stable, time
- algorithm default algorithm-two-phase-commit?
- algorithm-two-phase-commit experimental? = algorithm, time
-
Affects
augrim::two_phase_commit
… - time algorithm-two-phase-commit? experimental?