[go: up one dir, main page]

fs4 0.5.1

Cross-platform file locks and file duplication. Original fs2, now supports async.
1
2
3
4
5
6
7
8
cfg_sync!(
    mod sync_impl;
    pub use sync_impl::FileExt;
);

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