srusty-files 0.2.0

A high-performance, cross-platform file search engine library with REST API
Documentation
1
2
3
4
5
6
7
pub mod commands;
pub mod interactive;
pub mod output;

pub use commands::CommandExecutor;
pub use interactive::InteractiveMode;
pub use output::OutputFormatter;