yoshuawuyts / fd-lock

Advisory cross-platform file locks using file descriptors
Apache License 2.0
76 stars 18 forks source link

Update to rustix 0.35. #27

Closed sunfishcode closed 2 years ago

sunfishcode commented 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.