Build the code
To build the library, the do the following command:
carbo build
Run the example
You can run the example program from examples/example.rs
using the command below. Don't forgot to add RUST_LOG
environment variable to have the full logs:
RUST_LOG=grindstone-rs=trace,debug cargo run --example example