claude-rust-tools 0.2.0

Tool implementations for bash and file operations
Documentation
1
2
3
4
5
mod bash_tool;
mod read_tool;

pub use bash_tool::BashTool;
pub use read_tool::ReadTool;