[dependencies]
[features]
container = []
default = ["math"]
math = []
tool = []
[lib]
name = "hco"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["algorithms", "data-structures"]
description = "HCO: Math and container utilities for Rust. Notice: study purpose, not production ready."
documentation = "https://docs.rs/hco"
edition = "2024"
include = ["Cargo.toml", "README.md", "LICENSE", "src/lib.rs", "src/*", "src/math/interval.rs", "src/math/math.rs", "src/math/fraction.rs"]
keywords = ["math", "interval", "utils", "fraction"]
license = "MIT OR Apache-2.0"
name = "hco"
readme = "README.md"
repository = "https://github.com/HCO168/hco_rust"
version = "0.0.0"