Skip to content
/ Tazor Public

Tazor is Rust library implementing a calculator based on mathematical expression

License

Notifications You must be signed in to change notification settings

BaGoA/Tazor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Tazor is Rust library implementing a calculator based on mathematical expression

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages