This is a command-line tool developed in Rust language, currently supporting the following features:
- CSV conversion to JSON and YAML.
- Random password generation.
Please open the terminal where the project root directory is located and execute the following command
cargo run csv --input [your csv file path] --format [target file type]
cargo run csv --input assets/juventus.csv --format yaml
cargo run genpass
You can also use --help
to view the supported parameters and functions
cargo run [option] --help
cargo run csv --help