This is the Rust/Cargo implementation of Rusl.
- I am aware that there is an existing rusl package on cargo. This is not the rusl package from here. Because of this I have renamed the rust version to
rsrusl.
You can see the crates.io/cargo package here.
How to use:
- Make a Rust project with Cargo with:
cargo new projectNameandcd projectName. - Add rusl to the project using:
cargo add rsrusl - Use rusl in your project like:
use rsrusl;