Docs.rs
hexga_math-0.0.10-beta.8
hexga_math 0.0.10-beta.8
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
Thomas-Mewily
Dependencies
hexga_array ^0.0.10-beta.8
normal
hexga_core ^0.0.10-beta.8
normal
hexga_number ^0.0.10-beta.8
normal
hexga_typedef ^0.0.10-beta.8
normal
serde ^1.0
normal
optional
Versions
30.5%
of the crate is documented
Go to latest stable release
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
hexga_
math
0.0.10-beta.8
Cast
Bool
Implementors
In crate hexga_
math
hexga_math
Trait
CastBool
Copy item path
Source
pub trait CastBool:
CastInto
<
bool
> { }
Implementors
§
Source
§
impl<T>
CastBool
for T
where T:
CastInto
<
bool
>,