glucose 0.1.0

multipurpose math and physics crate for my projects
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[dependencies.paste]
version = "1.0.4"

[lib]
name = "glucose"
path = "src/lib.rs"

[package]
authors = ["Sebastian <Sebastian@Strobl.net>"]
categories = ["mathematics", "science"]
description = "multipurpose math and physics crate for my projects"
edition = "2018"
keywords = ["math", "mathematics", "science", "physics"]
license-file = "LICENSE"
name = "glucose"
publish = true
repository = "https://github.com/TriedWorks/glucose"
version = "0.1.0"