Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 323 Bytes

File metadata and controls

30 lines (18 loc) · 323 Bytes

Nix rust example

This is an example builds a Rust project via crane.

What's possible

Rust hacking

cargo build

Running the binary via Nix

nix run .

Formatting

nix fmt

How to use/extend this

You can just use the standard rust tooling.