Cargo Features
[dependencies]
lysogeny-broth = { version = "1.2.0", default-features = false, features = ["dead-alive-only", "dead-alive-into-bool", "dead-alive-u8-utils"] }
- default = dead-alive-only
-
most people want binary cell states
- dead-alive-only default dead-alive-into-bool? dead-alive-u8-utils?
-
enable utility functions for binary cell state
Affects
lysogeny-broth::CellState
… - dead-alive-into-bool = dead-alive-only
-
allow dead/alive cell to be converted into boolean
- dead-alive-u8-utils = dead-alive-only
-
convert 8 cell states into an octet
Affects
lysogeny-broth::cs8_into_u8
,lysogeny-broth::u8_into_cs8
…