rust_physics_engine 0.2.0

A zero-dependency Rust library for physics, mathematics and engineering computation — 6,365 public functions across 71 modules
Documentation
[package]
name = "rust_physics_engine"
version = "0.2.0"
edition = "2021"
description = "A zero-dependency Rust library for physics, mathematics and engineering computation — 6,365 public functions across 71 modules"
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]

[features]
# Enables the Kani harnesses that CBMC cannot decide in a CI-sized budget.
# See src/verification/mod.rs for the measured times and the reason for the
# split. Off by default so `cargo kani` runs only the harnesses that finish.
kani-slow = []

[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ["cfg(kani)"] }