readformat 1.0.4

Very small format reader
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
{ pkgs ? import <nixpkgs> {} }:
pkgs.mkShell {
  nativeBuildInputs = with pkgs; [
    rust-analyzer
    cargo
    rustc
    clippy
    rustfmt
    cargo-watch
  ];
}