Merge branch 'v0.2.x'

This commit is contained in:
Carl Lerche
2015-08-10 10:14:32 -07:00
5 changed files with 96 additions and 1 deletions
+2
View File
@@ -3,10 +3,12 @@ mod ring;
mod sink;
mod slice;
mod source;
mod take;
pub use self::byte::{ByteBuf, MutByteBuf, ROByteBuf};
pub use self::ring::RingBuf;
pub use self::slice::{SliceBuf, MutSliceBuf};
pub use self::take::Take;
use {BufError, RopeBuf};
use std::{cmp, fmt, io, ptr, usize};