1 2 3 4 5 6 7
# Notes ## Examples and their dependencies The command `cargo run --example main` will run the example `examples/main.rs`. Dependencies only needed by examples go in the `[dev-dependencies]` section.