heddle-fs-prims 0.15.2

Durable filesystem primitives for Heddle.
Documentation
1
2
3
4
5
6
7
// SPDX-License-Identifier: Apache-2.0
//! Durable filesystem primitives for Heddle.

pub mod fs_atomic;
pub mod fs_clone;
pub mod fs_ops;
pub mod lock;