Cargo crates can have features. If none are specified, default set is used.
Maybe we don't need some of them?
This will reduce binary size & speed up compilation.
Cargo crates can have [features](https://doc.rust-lang.org/cargo/reference/features.html). If none are specified, default set is used.
Maybe we don't need some of them?
This will reduce binary size & speed up compilation.
It sounds reasonable, but maybe wait until we have release version ready? Compile times do not seem to be an issue yet (and are unlikely to be in a foreseeable future), so it can save us some fuss.
It sounds reasonable, but maybe wait until we have release version ready? Compile times do not seem to be an issue yet (and are unlikely to be in a foreseeable future), so it can save us some fuss.
Cargo crates can have features. If none are specified, default set is used.
Maybe we don't need some of them?
This will reduce binary size & speed up compilation.
It sounds reasonable, but maybe wait until we have release version ready? Compile times do not seem to be an issue yet (and are unlikely to be in a foreseeable future), so it can save us some fuss.