jfsm 0.1.5

A command-line tool to read file system metadata then return it in JSON format (output and errors).
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
pub mod cli;
pub mod logger;
pub mod outputer;
pub mod jsonoutputer;
pub mod raw;
pub mod time;
pub mod perms;
pub mod fpdir;
pub mod errormessage;
pub mod request;

// Re-export for convenience
pub use cli::Cli;
pub use logger::JsonError;
pub use outputer::Outputer;
pub use jsonoutputer::JsonOutputer;
pub use errormessage::ErrorMessage;