I believe that the best way to explore a crate is to read or try examples.
This section will contain more and more meaningful examples with variety in time.
This one is the exact same program which is provided in the main README.md
file.
cargo run --example simple
This one is the exact same program which is provided in the docs as the second example.
cargo run --example communicate
nannou is a fantastic creative coding framework for Rust.
Coupling it with pure data makes it a great tool for audio visual programming.
Here is an example to mess around:
cargo run --example with_nannou
Please also check the tests folder if you'd like to explore example like code.