claude-rust-tools 0.4.0

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

pub use application::ToolRegistry;
pub use infrastructure::{
    AskUserTool, BashTool, EnterPlanModeTool, ExitPlanModeTool, FileEditTool, FileWriteTool,
    GlobTool, GrepTool, ReadTool, WebFetchTool, WebSearchTool,
};