rust_physics_engine 0.1.0

A comprehensive, zero-dependency Rust library for physics, mathematics, and engineering computation — 1,600+ validated functions covering 50+ domains
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "rust_physics_engine"
version = "0.1.0"
edition = "2021"
description = "A comprehensive, zero-dependency Rust library for physics, mathematics, and engineering computation — 1,600+ validated functions covering 50+ domains"
license = "MIT"
repository = "https://github.com/Magic-Man-us/RustPhysicsEngine"
homepage = "https://github.com/Magic-Man-us/RustPhysicsEngine"
documentation = "https://docs.rs/rust_physics_engine"
readme = "README.md"
keywords = ["physics", "mathematics", "simulation", "science", "engineering"]
categories = ["science", "mathematics", "simulation"]
authors = ["Magic-Man <mimsec-contact@mimsec.com>"]
exclude = ["assets/", ".github/", "*.profraw"]

[dependencies]