key-vec 0.4.1

Vec of key-value pairs sorted by key
Documentation
1
2
3
4
with import <nixpkgs> {};
pkgs.mkShell {
  buildInputs = [ rustup rust-analyzer ];
}