lash-tool-files 0.1.0-alpha.37

File-system tool suite (read/write/list) for the lash agent runtime.
Documentation
1
2
3
4
5
6
7
mod glob;
mod ls;
mod read_file;

pub use glob::{Glob, glob_provider};
pub use ls::{Ls, ls_provider};
pub use read_file::{ReadFile, read_file_provider};