sorted-vec2 0.1.0

Maintained successor to the sorted-vec crate
Documentation
1
2
3
4
with import <nixpkgs> {};
pkgs.mkShell {
  buildInputs = [ rustup ];
}