tazor 1.0.2

Tazor is Rust library implementing a calculator based on mathematical expression
Documentation
  • Coverage
  • 66.67%
    8 out of 12 items documented1 out of 7 items with examples
  • Size
  • Source code size: 43.86 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 2.12 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • BaGoA/Tazor
    1 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • BaGoA

Tazor

Tazor is Rust library implementing a calculator based on mathematical expression

Build

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

Documentation

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