This repository contains the flourish and isoprenoid crates.
Please build the documentation with either of:
cargo +stable doc --features _doc
cargo +stable doc --features _doc --openRun tests with all of:
cargo +stable test
cargo +stable test --features _test
cargo +nightly miri test --features _testMost tests require the included global signals runtime, but should still compile without it.
Please also check for unused dependencies using cargo-udeps with both:
cargo +nightly udeps
cargo +nightly udeps --features _testDependencies that are used only with certain features should be optional.