Cargo Features
Cycle has no features set by default.
[dependencies]
cycle = { version = "0.4.1", features = ["cycle_lang", "cycle_num", "cycle_plot"] }
- cycle_lang
-
Parsing, validation and generation of mathematical expressions.
Affects
cycle::lang
…Required by the omega binary
- cycle_num
-
Scientific computing on numerical data.
Affects
cycle::num
… - cycle_plot
-
Generating plots from valued expressions.
Affects
cycle::plot
…