key-vec 0.3.1

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