[go: up one dir, main page]

fs4 0.9.1

No libc, pure Rust cross-platform file locks. Original fs2, now supports async and replace libc by rustix.
Documentation
1
2
3
4
5
6
7
cfg_sync!(
    pub(crate) mod sync_impl;
);

cfg_async!(
    pub(crate) mod async_impl;
);