mirror of
https://github.com/Llewellynvdm/starship.git
synced 2024-11-19 03:25:20 +00:00
10 lines
170 B
Rust
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;
|