Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 318 Bytes

CONTRIBUTING.md

File metadata and controls

12 lines (10 loc) · 318 Bytes

Formatting

The project uses unstable rustfmt settings, so the formatting has to be done with nightly.

cargo +nightly fmt

Testing

The tests use optional dependencies, so --all-features is needed. The tests use elm repl so Elm has to be installed.

cargo test --all-features