Examples

# Run a specific example
cargo run --example <EXAMPLE>

The following examples are available:

NameSource file
grisubalexamples/kernels/grisubal.rs
io_readexamples/io/read.rs
io_writeexamples/io/write.rs
memory_usageexamples/memory_usage/compute.rs
renderexamples/render.rs

Note that the memory_usage example is deprecated and should be updated along with its plotting script.