Docs.rs
aoe2-probe-0.3.2
aoe2-probe 0.3.2
Permalink
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.21
normal
miniz_oxide ^0.7.3
normal
serde ^1.0.203
normal
serde_json ^1.0.117
normal
serde_repr ^0.1.19
normal
env_logger ^0.11.3
dev
Versions
0.39%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
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
aoe2_
probe
0.3.2
Encode
Required Methods
to_le_vec
Implementations on Foreign Types
Vec<Token>
u16
u32
Implementors
In aoe2_
probe::
parse
aoe2_probe
::
parse
Trait
Encode
Copy item path
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
,