Skip to content

Latest commit

 

History

History
43 lines (28 loc) · 484 Bytes

CONTRIBUTING.md

File metadata and controls

43 lines (28 loc) · 484 Bytes

Develop locally

install bacon:

cargo install --locked bacon

then run code expansion in watch mode:

bacon expand

and start hacking inside tests/playground.rs.

Run tests:

cargo test

Other commands:

To update the readme with the content from cargo doc:

cargo readme > README.md

Code style

Rust files are formatted using

cargo fmt

Non-rust files are formatted using prettier

npx -y prettier --write .