Unnamed repository; edit this file 'description' to name the repository.
1
2
3
4
5
6
7
8
9
10
//! 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;