This commit is contained in:
Sean McArthur
2019-12-12 12:00:21 -08:00
parent 8733f74d59
commit 8ae3bb2104
3 changed files with 15 additions and 3 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
#![deny(warnings, missing_docs, missing_debug_implementations, rust_2018_idioms)]
#![doc(html_root_url = "https://docs.rs/bytes/0.5.2")]
#![doc(html_root_url = "https://docs.rs/bytes/0.5.3")]
#![no_std]
//! Provides abstractions for working with bytes.