feat(doc): How to format rust code

This commit is contained in:
Karolin Varner
2024-12-07 12:35:15 +01:00
parent d8839ba341
commit b18f05ae19

View File

@@ -2,6 +2,20 @@
## Common operations ## Common operations
### Apply code formatting
Format rust code:
```bash
cargo fmt
```
Format rust code in markdown files:
```bash
./format_rust_code.sh --mode fix
```
### Spawn a development environment with nix ### Spawn a development environment with nix
```bash ```bash