Closed sunfishcode closed 2 years ago
The main change for fd-lock is that most of rustix is now behind feature flags, so that crates like fd-lock can only enable the features they need, like "fs". This makes cargo build of fd-lock from a clean tree about 20% faster on my machine.
cargo build
The main change for fd-lock is that most of rustix is now behind feature flags, so that crates like fd-lock can only enable the features they need, like "fs". This makes
cargo build
of fd-lock from a clean tree about 20% faster on my machine.