| Crates.io | makeup-comparator |
| lib.rs | makeup-comparator |
| version | 1.0.0 |
| created_at | 2023-11-02 13:18:50.440421+00 |
| updated_at | 2023-11-02 13:18:50.440421+00 |
| description | CLI program look for cosmetic products within a various specialized websites and compare them |
| homepage | https://github.com/RubenRubioM/makeup-comparator |
| repository | https://github.com/RubenRubioM/makeup-comparator |
| max_upload_size | |
| id | 1022621 |
| size | 91,234 |
A CLI project made in Rust to compare different properties for makeup products from different websites.
cargo run -- --help # To get information.
# Standard call
cargo run -- --product "Product name" --max-results=3 --min-similarity=0.20 --websites=sephora-spain --websites=maquillalia
cargo test --workspace -- --include-ignored
The objective is to keep code coverage for files under src/ above 95%.
./test_coverage.sh