Rust Development
Install Rust
Install Rust using rustup
with the default standard installation:
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
Rust updates occur every six week. To update Rust:
rustup update
Clone Repository
git clone git@github.com:autotwin/automesh.git
Build and Test the Source Code
cd automesh
cargo test
Lint the Source Code
cargo clippy
Build and Open the API Documentation
cargo rustdoc --open -- --html-in-header docs/katex.html
Run the Benchmarks
rustup run nightly cargo bench