intervals

Crates.iointervals
lib.rsintervals
version2.1.0
sourcesrc
created_at2022-09-25 20:23:48.769659
updated_at2023-02-21 05:20:21.875167
descriptionA generic interval type with support for open/closed bounds.
homepage
repositoryhttps://github.com/tspooner/intervals
max_upload_size
id673795
size114,288
Thomas Spooner (tspooner)

documentation

https://docs.rs/intervals

README

intervals (api)

Crates.io

Overview

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.

Installation

[dependencies]
intervals = "2.1"

Contributing

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).

License

MIT

Commit count: 21

cargo fmt