The compilation time of cargo-vnd is very long, probably because it depends on client_sdk and common crates, while only very small portions of them are needed.
The upstream crates should either be refactored into smaller crates, or it should be possible to gate out the unnecessary features.
The compilation time of
cargo-vndis very long, probably because it depends onclient_sdkandcommoncrates, while only very small portions of them are needed.The upstream crates should either be refactored into smaller crates, or it should be possible to gate out the unnecessary features.