1
2
3
4
//! Utilities for working with buffers.

mod utils;
pub use self::utils::{copy, translate};