Commit graph

2 commits

Author SHA1 Message Date
eb015fdfeb docs: Add comprehensive documentation and user guide
- Write detailed README with installation instructions
- Document all CLI options and configuration settings
- Add usage examples for common scenarios
- Include project structure overview
- Provide performance comparison with Python version
- Add development guidelines for contributors
- Document dependencies and their purposes
- Include platform compatibility information
- Add troubleshooting and debugging tips
- Explain migration path from Python version
2025-12-10 11:00:00 +08:00
8b68b1ba9b feat: Complete main application and documentation
- Implement main.rs with clap CLI argument parsing
- Add --continuous flag for continuous monitoring mode
- Add --interval flag for configurable update intervals
- Add --config flag for custom config file paths
- Initialize env_logger for debug logging
- Create comprehensive .gitignore for Rust and Python
- Write README-rust.md with usage instructions
- Handle config loading with fallback to defaults
- Support graceful Ctrl+C interruption in continuous mode
2025-12-08 09:30:00 +08:00