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

[dependencies]
serde = { version = "1.0.203", features = ["derive"], optional = true }