1
0
mirror of https://github.com/Llewellynvdm/starship.git synced 2024-06-11 04:42:20 +00:00
starship/src/lib.rs

10 lines
170 B
Rust

// Lib is present to allow for benchmarking
pub mod config;
pub mod configs;
pub mod context;
pub mod module;
pub mod modules;
pub mod print;
pub mod segment;
mod utils;