interva 0.1.3

A feature-rich crate for handling intervals.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[dependencies.serde]
features = ["derive"]
optional = true
version = "1.0.203"

[package]
authors = ["misaka10987 <misaka10987@outlook.com>"]
description = "A feature-rich crate for handling intervals."
documentation = "https://github.com/misaka10987/interva"
edition = "2021"
homepage = "https://github.com/misaka10987/interva"
keywords = ["interval", "math"]
license = "MIT"
name = "interva"
readme = "README.md"
repository = "https://github.com/misaka10987/interva"
version = "0.1.3"