helix/helix-stdx/src/lib.rs

11 lines
197 B
Rust

//! Extensions to the standard library. A collection of helper functions
//! used throughout helix.
pub mod env;
pub mod faccess;
pub mod path;
pub mod range;
pub mod rope;
pub use range::Range;