loonfs-core 0.2.0

Core LoonFS engine: namespace metadata, commits, replay, and maintenance.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
//! One binary for the crate's integration tests: every former
//! `tests/<name>.rs` file is a module here, so the suite links once and
//! runs its tests as threads instead of as separate processes.

mod batch_publish;
mod commit_validation;
mod common;
mod differential;
mod fork_lifecycle;
mod layout_acceptance;
mod path_intents;
mod upload_sessions;
mod visibility_equivalence;