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 whenever augrim is added without default-features = false somewhere in the dependency tree.

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?