# Range List
`rangelist` is a Rust library that implements sets of element as ranges of elements (intervals), providing efficient storage and operations for sets with contiguous data.
Users can use the provided `RangeList` type or use the provided traits and iterators to use the library with their own types.
## Getting Started
Install the library using `cargo`:
```bash
cargo install rangelist
```
Read the [documentation](https://docs.rs/rangelist) for more information about how to use the library.
## License
This project is licensed under the MPL-2.0 License.
See the LICENSE file for details.