Docs.rs
math-rs-0.1.5
math-rs 0.1.5
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
VikSa666
Dependencies
pretty_assertions ^1.3.0
normal
tracing ^0.1.37
normal
tracing-wasm ^0.2.1
normal
wasm-bindgen ^0.2.84
normal
Versions
28.85%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Files
math_rs/matrix/
mod.rs
1
mod
float;
2
pub mod
macros;
3
pub mod
traits;
4
5
pub use
float::MatrixF32;
6
pub use
macros::
*
;