This commit is contained in:
Sean McArthur
2020-01-23 10:41:50 -08:00
parent f330ef6c4d
commit fe6e673864
3 changed files with 14 additions and 2 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.3")]
#![doc(html_root_url = "https://docs.rs/bytes/0.5.4")]
#![no_std]
//! Provides abstractions for working with bytes.