src
: contains the source code of the libraryexamples
: contains some examples of the librarydocs
: contains some documentation of the library
- Clone this repository
- Go to the repository directory
- Run the following command:
cargo run --example <example_name>
To run the tests, you can use the following command:
cargo test