Merge pull request #1260 from flavray/master
Add Avro to the list of supported data formats
This commit is contained in:
commit
ab53448bc3
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user