1
0
mirror of https://github.com/Llewellynvdm/starship.git synced 2024-06-04 01:20:51 +00:00
starship/src/lib.rs
2020-08-07 15:13:12 -04:00

14 lines
213 B
Rust

// Lib is present to allow for benchmarking
pub mod config;
pub mod configs;
pub mod context;
pub mod formatter;
pub mod module;
pub mod modules;
pub mod print;
pub mod segment;
mod utils;
#[cfg(test)]
mod test;