juspay / rust-flake

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

License:MIT License


Languages

Language:Nix 98.6%Language:Just 1.4%