sorted-vec 0.6.2

Create and maintain sorted vectors and vector-backed sets
Documentation
1
2
3
4
with import <nixpkgs> {};
pkgs.mkShell {
  buildInputs = [ rustup ];
}