Docs.rs
modular_math-0.1.6
modular_math 0.1.6
Docs.rs crate page
MIT
Links
crates.io
Source
Owners
CleanPegasus
Dependencies
primitive-types ^0.12.2
normal
rand ^0.8
normal
Versions
31.58%
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
modular_
math
0.1.6
Into
U256
Required Methods
into_u256
Implementations on Foreign Types
&str
U256
i32
i64
u32
u64
Implementors
In modular_
math::
mod_
math
modular_math
::
mod_math
Trait
IntoU256
Copy item path
Source
pub trait IntoU256 { // Required method fn
into_u256
(self) ->
U256
; }
Required Methods
§
Source
fn
into_u256
(self) ->
U256
Implementations on Foreign Types
§
Source
§
impl
IntoU256
for &
str
Source
§
fn
into_u256
(self) ->
U256
Source
§
impl
IntoU256
for
i32
Source
§
fn
into_u256
(self) ->
U256
Source
§
impl
IntoU256
for
i64
Source
§
fn
into_u256
(self) ->
U256
Source
§
impl
IntoU256
for
u32
Source
§
fn
into_u256
(self) ->
U256
Source
§
impl
IntoU256
for
u64
Source
§
fn
into_u256
(self) ->
U256
Source
§
impl
IntoU256
for
U256
Source
§
fn
into_u256
(self) ->
U256
Implementors
§