Skip to content

Commit

Permalink
Add lowlevel filesystem implementation trait
Browse files Browse the repository at this point in the history
  • Loading branch information
zargony committed Oct 30, 2019
1 parent 912ecd2 commit b2decc4
Show file tree
Hide file tree
Showing 3 changed files with 450 additions and 2 deletions.
3 changes: 2 additions & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,12 @@ pub use request::Request;
pub use session::{Session, BackgroundSession};

mod channel;
mod lowlevel;
mod reply;
mod request;
mod session;

pub mod lowlevel;

/// Filesystem trait.
///
/// This trait must be implemented to provide a userspace filesystem via FUSE.
Expand Down
Loading

0 comments on commit b2decc4

Please sign in to comment.