Examples
# Run a specific example
cargo run --example <EXAMPLE>
The following examples are available:
Name | Source file |
---|---|
grisubal | examples/kernels/grisubal.rs |
io_read | examples/io/read.rs |
io_write | examples/io/write.rs |
memory_usage | examples/memory_usage/compute.rs |
render | examples/render.rs |
Note that the memory_usage
example is deprecated and should be updated along with its plotting script.