aboutsummaryrefslogtreecommitdiff
path: root/src/bill.rs
Commit message (Collapse)AuthorAgeFilesLines
* Apply clippy suggestions魏曹先生2026-04-171-6/+5
| | | | | | | | | | - Use `BTreeMap::entry` API in `update_item` - Replace `or_insert_with(Vec::new)` with `or_default` - Iterate over map values instead of key-value pairs - Use `std::io::Error::other` for custom errors - Simplify filter logic with direct predicate - Replace manual `Into` implementation with `From` - Remove unnecessary explicit returns
* Add shell completion for CLI commands魏曹先生2026-04-171-0/+15
|
* Add edit command with table serialization support魏曹先生2026-04-171-1/+68
|
* Add CLI commands for bill management and persistence魏曹先生2026-04-161-10/+14
|
* Initialize Rust project with billing calculation functionality魏曹先生2026-04-161-0/+167