Skip to main content

Crate lago_fs

Crate lago_fs 

Source

Re-exports§

pub use branch::BranchInfo;
pub use branch::BranchManager;
pub use diff::DiffEntry;
pub use diff::diff;
pub use manifest::Manifest;
pub use projection::ManifestProjection;
pub use snapshot::snapshot;
pub use sync::LakeFsSync;
pub use tracker::FsTracker;
pub use tree::TreeEntry;
pub use tree::list_directory;
pub use tree::parent_dirs;
pub use tree::walk;

Modules§

branch
diff
manifest
projection
snapshot
sync
tracker
Inline filesystem change tracker for O(1) write notifications.
tree