ruranges-core 0.1.1

Core Rust interval algorithms extracted from ruranges
Documentation
1
2
3
4
5
6
7
8
9
# ruranges-core

Pure Rust core interval algorithms for the `ruranges` Python extension.

## Development

```bash
cargo test
```