Skip to content

Commit

Permalink
doc: Added note on linked hash maps
Browse files Browse the repository at this point in the history
  • Loading branch information
mitsuhiko committed Mar 25, 2018
1 parent 14ee567 commit c4d287b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
//! This crate provides common types for working with the Sentry protocol or the
//! Sentry server. It's used by the sentry relay infrastructure as well as the
//! Sentry server. It's used by the Sentry Relay infrastructure as well as the
//! rust Sentry client.
//!
//! Since this library is used in the Sentry relay as well it depends on
//! `serde_json` with the `preserve_order` feature. As such all maps used
//! by the protocol are linked hash maps.
#![warn(missing_docs)]
extern crate chrono;
extern crate failure;
Expand Down

0 comments on commit c4d287b

Please sign in to comment.