Open brassy-endomorph opened 3 years ago
In order to facilitate smaller binaries, it would be useful to put some features behind feature flags. For example:
mod_random
cargo install --feature repl ketos
In order to facilitate smaller binaries, it would be useful to put some features behind feature flags. For example:
mod_random
could be gated to remove a dependencycargo install --feature repl ketos
which seems fine