Add Avro to the list of supported data formats

This commit is contained in:
Flavien Raynaud 2018-05-16 16:22:25 +01:00
parent 4aeb0df88f
commit 38d4f0e06c

View File

@ -59,6 +59,8 @@
//! *(deserialization only)*
//! - [Redis], deserialize values from Redis when using [redis-rs].
//! *(deserialization only)*
//! - [Avro], a binary data serialization format with support for
//! schematized data.
//!
//! [JSON]: https://github.com/serde-rs/json
//! [Bincode]: https://github.com/TyOverby/bincode
@ -73,6 +75,7 @@
//! [XML]: https://github.com/RReverser/serde-xml-rs
//! [Envy]: https://github.com/softprops/envy
//! [Redis]: https://github.com/OneSignal/serde-redis
//! [Avro]: https://github.com/flavray/avro-rs
//! [Cargo]: http://doc.crates.io/manifest.html
//! [redis-rs]: https://crates.io/crates/redis