structfs 0.1.0

A uniform interface for accessing data through read/write operations on paths
Documentation
1
2
3
4
5
//! StructFS: A uniform interface for accessing data through read/write operations on paths.
//!
//! StructFS provides a "everything is a store" abstraction where all data access — including
//! mount management, HTTP requests, and configuration — happens through the same read/write
//! interface on paths.