Commit graph

4 commits

Author SHA1 Message Date
ca3116eade chore: bump version to 1.0.1 2025-12-18 13:27:51 +08:00
b9b2b7aced refactor: remove legacy Python code and optimize Rust implementation
Removed all Python source files and build configuration. Refactored Rust code to remove unused modules (exporter) and fields. Updated README to man-page format.
2025-12-18 13:12:10 +08:00
66a2f517c3 feat: Add project dependencies and metadata
- Configure Cargo.toml with version 1.0.0
- Add sysinfo for system monitoring (equivalent to Python's psutil)
- Add clap for command-line argument parsing
- Add serde/serde_json for configuration management
- Add chrono for datetime operations
- Add logging framework (log + env_logger)
- Add CSV export support
- Add anyhow for error handling
2025-11-28 14:00:00 +08:00
77355ed667 feat: Initialize Rust project structure
- Set up basic Cargo project with tracker-rs name
- Initialize source directory with main.rs template
- Establish foundation for Rust rewrite of system tracker
2025-11-27 09:00:00 +08:00