Docs.rs
feo-math-0.1.0
feo-math 0.1.0
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
littleTitan
Dependencies
Versions
33.84%
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
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Primitive
feo_
math
0.1.0
Primitive
Implementations on Foreign Types
bool
f32
f64
i8
i16
i32
i64
i128
isize
u8
u16
u32
u64
u128
usize
Implementors
In crate feo_
math
feo_math
Trait
Primitive
Copy item path
Source
pub trait Primitive { }
Expand description
All numerical primitives and bool
Implementations on Foreign Types
§
Source
§
impl
Primitive
for
bool
Source
§
impl
Primitive
for
f32
Source
§
impl
Primitive
for
f64
Source
§
impl
Primitive
for
i8
Source
§
impl
Primitive
for
i16
Source
§
impl
Primitive
for
i32
Source
§
impl
Primitive
for
i64
Source
§
impl
Primitive
for
i128
Source
§
impl
Primitive
for
isize
Source
§
impl
Primitive
for
u8
Source
§
impl
Primitive
for
u16
Source
§
impl
Primitive
for
u32
Source
§
impl
Primitive
for
u64
Source
§
impl
Primitive
for
u128
Source
§
impl
Primitive
for
usize
Implementors
§