Crates.io | intervals |
lib.rs | intervals |
version | 2.1.0 |
source | src |
created_at | 2022-09-25 20:23:48.769659 |
updated_at | 2023-02-21 05:20:21.875167 |
description | A generic interval type with support for open/closed bounds. |
homepage | |
repository | https://github.com/tspooner/intervals |
max_upload_size | |
id | 673795 |
size | 114,288 |
Generalised types for intervals and partitions thereof.
intervals
is oriented towards static-typing. The bounds are all unique types, all operations between instances are exhaustively implemented, and formatting is provided for ease-of-use.
[dependencies]
intervals = "2.1"
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate and adhere to the angularjs commit message conventions (see here).