Rust
Contributing to Rust¶
To format and lint Rust code:
Core Format¶
The core format is implemented in Rust under the rust
directory. Once you've setup Rust you can build the core format with:
This builds the debug build. For the optimized release build:
To run the Rust unit tests:
If you're working on a performance related feature, benchmarks can be run via: