Docs.rs
avro-rs-0.13.0
avro-rs 0.13.0
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
flavray
poros
Dependencies
byteorder ^1.0.0
normal
crc ^1.3.0
normal
optional
digest ^0.9
normal
lazy_static ^1.1
normal
libflate ^1
normal
num-bigint ^0.2.6
normal
rand ^0.7.0
normal
serde ^1.0
normal
serde_json ^1.0
normal
snap ^0.2.3
normal
optional
strum ^0.18.0
normal
strum_macros ^0.18.0
normal
thiserror ^1.0
normal
typed-builder ^0.5.1
normal
uuid ^0.8.1
normal
zerocopy ^0.3.0
normal
anyhow ^1.0.31
dev
criterion ^0.3.1
dev
hex-literal ^0.3.1
dev
md-5 ^0.9
dev
sha2 ^0.9
dev
Versions
26.33%
of the crate is documented
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
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
avro_rs
0.13.0
Module types
Module Items
Structs
Enums
Traits
In crate avro_
rs
avro_rs
Module
types
Copy item path
Source
Expand description
Logic handling the intermediate representation of Avro values.
Structs
§
Record
Utility interface to build
Value::Record
objects.
Enums
§
Value
A valid Avro value.
Value
Kind
Auto-generated discriminant enum variants
Traits
§
ToAvro
Deprecated
Any structure implementing the
ToAvro
trait will be usable from a
Writer
.