1//! Traits, helpers, and type definitions for core I/O functionality. 2 3mod borrowed_buf; 4 5#[unstable(feature = "core_io_borrowed_buf", issue = "117693")] 6pub use self::borrowed_buf::{BorrowedBuf, BorrowedCursor};