//! Convenience re-exports for the `buffer` module.
//!
//! The plan:
//! - `use redox-core::buffer::prelude::*;` in higher-level editor code.
//! - keep call sites clean without importing many individual symbols.
pub use Edit;
pub use Pos;
pub use Selection;
pub use TextBuffer;