ruvector/router-cli
Claude de7a851769 Fix warnings and optimize code
- Fix unused variable warnings in CLI
- Add documentation to error fields
- Use Clippy suggestions:
  * Replace manual modulo with .is_multiple_of()
  * Use .div_ceil() instead of manual ceiling division
  * Derive Default instead of manual implementation
- Remove unused imports
- Clean build with zero warnings (except profile location notices)

All changes improve code quality and follow Rust best practices.
2025-11-19 16:02:33 +00:00
..
src Fix warnings and optimize code 2025-11-19 16:02:33 +00:00
Cargo.toml Implement complete Ruvector vector database system 2025-11-19 15:32:57 +00:00