in-summer-we-render

format badge build badge

Switching to nightly build

To speed up kd-trees, we use kiddo, which requires nighthly build. To make rust nightly build the default:

rustup default nightly

To install nightly version of the tools:

rustup toolchain install nightly

Coding Style

We follow the official Rust coding style. You can use rustfmt (or run cargo fmt) to automatically formt your code.