`UnicodeRange` is a Rust library for parsing and stringifying Unicode ranges. It provides functionality to convert a string representation of Unicode ranges into a vector of code points and vice versa.
```rust
use unicode_range::UnicodeRange;
fn main() {
}
```