Releases: tyr-rust-bootcamp/01-rcli
Releases · tyr-rust-bootcamp/01-rcli
v1-13-trait-and-enum-dispatch
1-13-trait-and-enum-dispatch - 2024-03-25
Features
- reafactor with a CmdExecutor trait - (4a41d44) - Tyr Chen
Refactoring
- use enum_dispatch to reduce duplicate code - (7c261a9) - Tyr Chen
v1-12-tower-http
v1-9-base64
v1-8-genpass
1-8-genpass - 2024-03-24
Features
- add password generator - (d39aef2) - Tyr Chen
- support zxcvbn to test password strength - (d7cecba) - Tyr Chen
Other
- support generic csv to json and yaml output - (76f463f) - Tyr Chen
v1-7-csv
v1-11-http-static-server
1-11-http-static-server - 2024-03-24
Features
- support http static file server - (c76f146) - Tyr Chen