math-shop 0.1.3

mathematical tools in pure Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
authors = ["hhllhhyyds <hhllhhyyds@sina.com>"]
description = "mathematical tools in pure Rust"
edition = "2021"
keywords = ["math"]
license = "MIT"
name = "math-shop"
readme = "README.md"
repository = "https://github.com/hhllhhyyds/math-shop"
version = "0.1.3"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
refined-float = {version = "0.2.0", path = "crates/refined-float"}

[workspace]
members = ["crates/refined-float"]