| Crates.io | tazor |
| lib.rs | tazor |
| version | 1.0.2 |
| created_at | 2025-04-09 17:48:57.993982+00 |
| updated_at | 2025-05-04 13:01:52.245819+00 |
| description | Tazor is Rust library implementing a calculator based on mathematical expression |
| homepage | |
| repository | https://github.com/BaGoA/Tazor |
| max_upload_size | |
| id | 1627120 |
| size | 44,344 |
Tazor is Rust library implementing a calculator based on mathematical expression
Build of Tazor is made by Rust tool Cargo
To build Tazor, you can use the following command:
*cargo build* to compile in debug mode
*cargo build --release* to compile in release mode
To launch Tazor units tests, you can use the following command:
*cargo test* to launch tests in debug mode
*cargo test --release* to launch tests in release mode
Tazor documentation is made also by Cargo with the following command:
*cargo doc* to generate the documentation
*cargo doc --open* to open the documention in your browser