sorted-vec 0.3.7

Create and maintain sorted vectors
Documentation
with import <nixpkgs> {};
pkgs.mkShell {
  buildInputs = [ rustup ];
}