nixfmt_rs 0.1.0

Rust implementation of nixfmt with exact Haskell compatibility
Documentation
1
2
3
4
5
6
7
//! Regression tests for nixfmt-rs

pub mod format;
pub mod fuzz;
pub mod ir;
pub mod parser;
pub mod properties;