Locus
Drive
Locus
File and directory model with metadata, mounts, streams, watchers, journals, permission modes, and governance.
At a glance
19Structs
67Functions
7 / 2Enums / Traits
v0.1.0Pre-release
| Field | Value |
|---|---|
| Crate | weave-locus |
| Source | models/locus |
| Public structs | 19 |
| Public enums | 7 |
| Public traits | 2 |
| Public functions | 67 |
| Public method targets | 12 |
What developers should learn here
File and directory model with metadata, mounts, streams, watchers, journals, permission modes, and governance. The pages in this section are shaped around this package's real modules and exported symbols, not a fixed template. Use the API Surface page as the coverage ledger and the workflow pages for how to compose the primitives.
Page map
File Operations
Read, write, list, and remove files in a drive.
Metadata and Permissions
Per-path metadata and permission model.
Mounts
Mount drives across peers with sync policies.
Streams and Watchers
React to file-system events in real time.
Journal and Governance
Journal replay and governance hooks.
API Surface
Complete ledger of exported types, traits, and functions.
Source modules
examples/minimal.rs— models/locus/examples/minimal.rssrc/config.rs— models/locus/src/config.rssrc/entry.rs— models/locus/src/entry.rssrc/error.rs— models/locus/src/error.rssrc/journal.rs— models/locus/src/journal.rssrc/lib.rs— models/locus/src/lib.rssrc/locus.rs— models/locus/src/locus.rssrc/metadata.rs— models/locus/src/metadata.rssrc/mount.rs— models/locus/src/mount.rssrc/ops.rs— models/locus/src/ops.rssrc/policy.rs— models/locus/src/policy.rssrc/stat.rs— models/locus/src/stat.rssrc/stream.rs— models/locus/src/stream.rssrc/watcher.rs— models/locus/src/watcher.rs