Cargo Features

Cichlid has no features set by default.

[dependencies]
cichlid = { version = "0.2.1", features = ["no-std", "low-mem", "nightly"] }

cargo objdump --target thumbv7em-none-eabihf --features=no-std --lib --release -- -disassemble-all > diss.txt RUSTFLAGS='-C target-cpu=cortex-m4'
RUSTFLAGS='-C target-cpu=cortex-m4' cargo objdump --target thumbv7em-none-eabihf --features=no-std --lib --release -- -disassemble-all > dissasembly.txt

no-std
low-mem
nightly

Cichlid has 3 features without comments.