unfmt 0.3.0

A compile-time pattern matching library that reverses the interpolation process of `format!`.
Documentation
1
2
3
4
5
6
7
8
9
pre-commit:
  commands:
    rust-fmt:
      glob: "**/*.rs"
      run: cargo fmt
      stage_fixed: true
    rust-lint:
      glob: "**/*.rs"
      run: cargo clippy -- -D warnings