Add some docs

This commit is contained in:
Carl Lerche
2016-09-23 14:53:14 -07:00
parent a7d38e29e5
commit c16ad2bc9d
+1
View File
@@ -10,6 +10,7 @@ use std::{cmp, fmt, ops};
use std::io::Cursor;
use std::sync::Arc;
/// An immutable sequence of bytes
#[derive(Clone)]
pub struct Bytes {
kind: Kind,