Docs.rs
aoe2-probe-0.2.12
aoe2-probe 0.2.12
Docs.rs crate page
GPL-3.0-or-later
Links
Homepage
Repository
crates.io
Source
Owners
ptazithos
Dependencies
linked-hash-map ^0.5.6
normal
log ^0.4.17
normal
miniz_oxide ^0.5.3
normal
serde ^1.0.142
normal
env_logger ^0.9.0
dev
serde_json ^1.0.83
dev
Versions
2.33%
of the crate is documented
Go to latest version
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
☰
Numeric
Required Methods
from_usize
to_usize
Implementations on Foreign Types
u16
u32
Implementors
In aoe2_probe::utils::string
?
Trait
aoe2_probe
::
utils
::
string
::
Numeric
source
·
[
−
]
pub trait Numeric:
Copy
+
Encode
{ fn
to_usize
(&self) ->
usize
;
fn
from_usize
(num:
usize
) -> Self; }
Required Methods
source
fn
to_usize
(&self) ->
usize
source
fn
from_usize
(num:
usize
) -> Self
Implementations on Foreign Types
source
impl
Numeric
for
u16
source
fn
to_usize
(&self) ->
usize
source
fn
from_usize
(num:
usize
) -> Self
source
impl
Numeric
for
u32
source
fn
to_usize
(&self) ->
usize
source
fn
from_usize
(num:
usize
) -> Self
Implementors