Docs.rs
zust-dynamic-0.9.4
zust-dynamic 0.9.4
Docs.rs crate page
Apache-2.0
Links
Repository
crates.io
Source
Owners
zhuchuanjing
Dependencies
anyhow ^1.0.102
normal
bitvec ^1.0.1
normal
bytemuck ^1.25.0
normal
byteorder ^1.5.0
normal
hex ^0.4.3
normal
ordered-float ^5.3.0
normal
serde_json ^1.0.149
normal
smol_str ^0.3.6
normal
thiserror ^2.0.18
normal
tinyvec ^1.11.0
normal
Versions
0%
of the crate is documented
Platform
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
Skip to main content
MsgPack
dynamic
0.9.4
MsgPack
Required Methods
encode
Implementations on Foreign Types
&str
i64
Implementors
In crate dynamic
dynamic
Trait
MsgPack
Copy item path
Source
pub trait MsgPack { // Required method fn
encode
(&self, buf: &mut
Vec
<
u8
>); }
Required Methods
§
Source
fn
encode
(&self, buf: &mut
Vec
<
u8
>)
Implementations on Foreign Types
§
Source
§
impl
MsgPack
for &
str
Source
§
fn
encode
(&self, buf: &mut
Vec
<
u8
>)
Source
§
impl
MsgPack
for
i64
Source
§
fn
encode
(&self, buf: &mut
Vec
<
u8
>)
Implementors
§
Source
§
impl
MsgPack
for
Dynamic