1 2 3 4 5
//! This crate contains the underlying functionality behind the `wrut` utility. mod backend; pub use backend::*;