range-set 0.0.11

Smallvec-backed containers of sorted integer ranges
Documentation
with import <nixpkgs> {};
pkgs.mkShell {
  buildInputs = [
    rustup
    rust-analyzer
  ];
}