1 2 3 4 5 6 7 8 9 10
* Debug: ```bash RUST_LOG=debug cargo run --example ring ``` * Plot (using [gnuplot](http://www.gnuplot.info/)) ```bash cargo run --example ring > examples/ring/output.txt gnuplot examples/ring/plot_anim.gnuplot ```