Docs.rs
mz-avro-0.7.0
mz-avro 0.7.0
Permalink
Docs.rs crate page
Apache-2.0
25 May 2026
Links
Repository
crates.io
Source
Owners
umanwizard
github:materializeinc:crate-owners
Dependencies
anyhow ^1.0.58
normal
byteorder ^1.4.3
normal
optional
chrono ^0.4.0
normal
crc32fast ^1.3.2
normal
optional
digest ^0.10.3
normal
enum-kinds ^0.5.1
normal
flate2 ^1.0.24
normal
itertools ^0.10.3
normal
rand ^0.8.5
normal
regex ^1.6.0
normal
serde ^1.0.140
normal
serde_json ^1.0.82
normal
sha2 ^0.10.2
normal
snap ^1.0.5
normal
optional
tracing ^0.1.35
normal
uuid ^1.1.2
normal
md-5 ^0.10.1
dev
once_cell ^1.13.0
dev
Versions
35.26%
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
encode_to_vec
mz_avro
0.7.0
In mz_
avro::
encode
mz_avro
::
encode
Function
encode_
to_
vec
Copy item path
Source
pub fn encode_to_vec(value: &
Value
, schema: &
Schema
) ->
Vec
<
u8
>
ⓘ