Blars is Rust library implementing BLAS functions
Build of Blars is made by Rust tool Cargo
To build Blars, you can use the following command:
*cargo build* to compile in debug mode
*cargo build --release* to compile in release mode
To launch Blars 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
Blars code 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