Getting Started Install Rust By running the following command on your unix-based terminal curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh Install Dependencies cargo install Run src/main.rs cargo run --release Run examples/scaffold.rs cargo run --example scaffold --release Run examples/lines.rs cargon run --example lines --release