intervalx 0.1.0

A strongly-typed generic interval algebra library for Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "intervalx"
version = "0.1.0"
edition = "2024"
authors=["Ossama Abboud<ossama.abboud95@gmail.com>"]
license="MIT"
description="A strongly-typed generic interval algebra library for Rust"
documentation = "https://docs.rs/intervalx"
repository = "https://github.com/oOp995/intervalx"
readme="README.MD"
keywords=["interval","generic","algebra","math"]
categories=["mathematics","data-structures"]

[dependencies]


[package.metadata.docs.rs]
all-features= true