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
pub trait Outputer {
    fn output(&self, data: &str) -> String;
}