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
1
2
3
4
5
6
7
8
9
//! Error detection, error correction, compression, and the arithmetic
//! cryptography is built on.

pub mod block;
pub mod checksum;
pub mod compression;
pub mod convolutional;
pub mod crypto_math;
pub mod reed_solomon;