Docs.rs
aoe2-probe-0.2.19
aoe2-probe 0.2.19
Docs.rs crate page
GPL-3.0-or-later
Links
Homepage
Repository
crates.io
Source
Owners
ptazithos
Dependencies
lazy_static ^1.4.0
normal
linked-hash-map ^0.5.6
normal
log ^0.4.17
normal
miniz_oxide ^0.6.2
normal
serde ^1.0.142
normal
serde_json ^1.0.83
normal
serde_repr ^0.1.12
normal
env_logger ^0.10.0
dev
serde_json ^1.0.83
dev
Versions
2.63%
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
☰
Encode
Required Methods
to_le_vec
Implementations on Foreign Types
Vec<Token>
u16
u32
Implementors
In aoe2_probe::parse
?
Trait
aoe2_probe
::
parse
::
Encode
source
·
[
−
]
pub trait Encode { // Required method fn
to_le_vec
(&self) ->
Vec
<
u8
>
ⓘ
; }
Required Methods
§
source
fn
to_le_vec
(&self) ->
Vec
<
u8
>
ⓘ
Implementations on Foreign Types
§
source
§
impl
Encode
for
u16
source
§
fn
to_le_vec
(&self) ->
Vec
<
u8
>
ⓘ
source
§
impl
Encode
for
u32
source
§
fn
to_le_vec
(&self) ->
Vec
<
u8
>
ⓘ
source
§
impl
Encode
for
Vec
<
Token
>
source
§
fn
to_le_vec
(&self) ->
Vec
<
u8
>
ⓘ
Implementors
§
source
§
impl
Encode
for
Token
source
§
impl
Encode
for
PatchedMap
source
§
impl
Encode
for
C4
source
§
impl
Encode
for
C256
source
§
impl<T>
Encode
for
DynString
<T>
where T:
Numeric
,