We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent beb21cb commit bc6b2b1Copy full SHA for bc6b2b1
serde/src/lib.rs
@@ -44,7 +44,7 @@
44
//! - [BSON], the data storage and network transfer format used by MongoDB.
45
//! - [Avro], a binary format used within Apache Hadoop, with support for schema
46
//! definition.
47
-//! - [JSON5], A superset of JSON including some productions from ES5.
+//! - [JSON5], a superset of JSON including some productions from ES5.
48
//! - [Postcard], a no\_std and embedded-systems friendly compact binary format.
49
//! - [URL] query strings, in the x-www-form-urlencoded format.
50
//! - [Envy], a way to deserialize environment variables into Rust structs.
0 commit comments