edgecrab-tools 0.1.2

Tool registry, ToolHandler trait, and 50+ tool implementations
Documentation

edgecrab-tools

Tool registry (ToolHandler trait), toolset composition, and all tool implementations. Uses inventory crate for compile-time registration.

  edgecrab-tools
    ├── registry.rs     — ToolHandler trait, ToolRegistry, ToolContext
    ├── config_ref.rs   — AppConfigRef (lightweight config for tool context)
    ├── toolsets.rs      — CORE_TOOLS, ACP_TOOLS, alias resolution
    └── tools/           — individual tool implementations (Phase 2.2+)