Reword Avro blurb

- Emphasize the association with Apache Hadoop,

- Rephrase "schematized data" because that term returns not many Google
  results, doesn't seem widely recognized.
This commit is contained in:
David Tolnay 2018-05-27 19:39:50 -07:00
parent b0ad1e56e8
commit a39199e9f7
No known key found for this signature in database
GPG Key ID: F9BA143B95FF6D82

View File

@ -52,8 +52,8 @@
//! - [Pickle], a format common in the Python world.
//! - [Hjson], a variant of JSON designed to be readable and writable by humans.
//! - [BSON], the data storage and network transfer format used by MongoDB.
//! - [Avro], a binary data serialization format with support for
//! schematized data.
//! - [Avro], a binary format used within Apache Hadoop, with support for schema
//! definition.
//! - [URL], the x-www-form-urlencoded format.
//! - [XML], the flexible machine-friendly W3C standard.
//! *(deserialization only)*