lash-tools 0.1.0-alpha.51

Built-in tool suite (patch, files, shell, web) 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};