Docs.rs
amf-rs-0.1.0
amf-rs 0.1.0
Permalink
Docs.rs crate page
GPL-3.0-or-later
Links
Repository
crates.io
Source
Owners
F2077
Dependencies
indexmap ^2.10.0
normal
criterion ^0.4
dev
itertools ^0.10.5
dev
once_cell ^1.21.3
dev
regex ^1.11.1
dev
Versions
0%
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
Marshall
amf_rs
0.1.0
Marshall
Required Methods
marshall
Implementors
In amf_
rs::
traits
amf_rs
::
traits
Trait
Marshall
Copy item path
Source
pub trait Marshall { // Required method fn
marshall
(&self) ->
Result
<
Vec
<
u8
>,
AmfError
>; }
Required Methods
§
Source
fn
marshall
(&self) ->
Result
<
Vec
<
u8
>,
AmfError
>
Implementors
§
Source
§
impl
Marshall
for
Amf0TypedValue
Source
§
impl
Marshall
for
BooleanType
Source
§
impl
Marshall
for
NumberType
Source
§
impl
Marshall
for
ObjectEndType
Source
§
impl
Marshall
for
UnsupportedType
Source
§
impl<M:
MarkerType
>
Marshall
for M
Source
§
impl<const LBW:
usize
>
Marshall
for
AmfUtf8
<LBW>
Source
§
impl<const LBW:
usize
, const TM:
u8
>
Marshall
for
NestedType
<LBW, TM>
Source
§
impl<const LBW:
usize
, const TM:
u8
>
Marshall
for
AmfUtf8ValuedType
<LBW, TM>