Review dependencies for unecessary features #9

Open
opened 2020-12-02 10:23:38 +03:00 by Ggg_123 · 1 comment
Collaborator

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.
Ggg_123 self-assigned this 2020-12-02 10:23:44 +03:00
Owner

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.
Sign in to join this conversation.
No Milestone
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: dkanus/Avarice#9
No description provided.