Docs.rs
evmil-0.2.12
evmil 0.2.12
Docs.rs crate page
MIT OR Apache-2.0
Links
Repository
Crates.io
Source
Owners
DavePearce
Dependencies
clap ^3.1
normal
delta_inc ^0.3.1
normal
log ^0.4
normal
log4rs ^1
normal
Versions
0.2.12
0.2.11
0.2.10
0.2.9
0.2.8
0.2.7
0.2.6
0.2.5
0.2.4
0.2.3
0.2.2
0.2.1
0.2.0
0.1.0
11.05%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
x86_64-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
i686-pc-windows-msvc
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
☰
Max
Required Associated Constants
MAX
Implementations on Foreign Types
u128
u16
u32
u64
u8
usize
Implementors
In evmil::util
?
Trait
evmil
::
util
::
Max
source
·
[
−
]
pub trait Max { const
MAX
: Self; }
Expand description
Identifies type which have a
maximum
value (e.g.
u32
, etc).
Required Associated Constants
§
source
const
MAX
: Self
Implementations on Foreign Types
§
source
§
impl
Max
for
u8
source
§
const
MAX
:
u8
= 255u8
source
§
impl
Max
for
u16
source
§
const
MAX
:
u16
= 65_535u16
source
§
impl
Max
for
u32
source
§
const
MAX
:
u32
= 4_294_967_295u32
source
§
impl
Max
for
u64
source
§
const
MAX
:
u64
= 18_446_744_073_709_551_615u64
source
§
impl
Max
for
u128
source
§
const
MAX
:
u128
= 340_282_366_920_938_463_463_374_607_431_768_211_455u128
source
§
impl
Max
for
usize
source
§
const
MAX
:
usize
= 18_446_744_073_709_551_615usize
Implementors
§
source
§
impl
Max
for
w256
source
§
const
MAX
: Self = w256::MAX