key-vec 0.3.0

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