/rust-flake

WIP: Like the famous `haskell-flake`, but for Rust.

Primary LanguageNixMIT LicenseMIT

rust-flake

WIP: Like the famous haskell-flake, but for Rust, using Crane underneath.

Progress

  • Simple module that works with single-crate projects
  • Multi-crate workspaces
  • Multiple projects
  • Examples & tests

Examples

Comparison with other tools

rust-flake nix-cargo-integration
Stable over time ✔️ ✖️1

Footnotes

  1. rust-flake uses crane directly, which is known to be stable. Whereas nix-cargo-integration uses dream2nix which is know to be unstable. See here and here