prepare v0.5.0 release (#319)

This commit is contained in:
Carl Lerche
2019-11-25 11:19:30 -08:00
committed by GitHub
parent cdd9fc09cd
commit b7c1f2a135
3 changed files with 45 additions and 16 deletions
+4 -4
View File
@@ -1,3 +1,7 @@
#![deny(warnings, missing_docs, missing_debug_implementations, rust_2018_idioms)]
#![doc(html_root_url = "https://docs.rs/bytes/0.5.0")]
#![no_std]
//! Provides abstractions for working with bytes.
//!
//! The `bytes` crate provides an efficient byte buffer structure
@@ -68,10 +72,6 @@
//! perform a syscall, which has the potential of failing. Operations on `Buf`
//! and `BufMut` are infallible.
#![deny(warnings, missing_docs, missing_debug_implementations, rust_2018_idioms)]
#![doc(html_root_url = "https://docs.rs/bytes/0.5.0")]
#![no_std]
extern crate alloc;