Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 1.32 KB

README.md

File metadata and controls

31 lines (22 loc) · 1.32 KB

project chat

rust-flake

A simple flake module for Rust development, based on Crane. rust-flake is inspired by haskell-flake.

Progress

  • Simple module that works with single-crate projects
  • Multi-crate workspaces
  • 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 known to be unstable. See here and here