claude-rust-tools 0.2.0

Tool implementations for bash and file operations
Documentation
1
2
3
4
5
6
pub mod application;
pub mod domain;
pub mod infrastructure;

pub use application::ToolRegistry;
pub use infrastructure::{BashTool, ReadTool};