This website requires JavaScript.
Explore
Help
Sign In
haskal
/
starship
Watch
1
Star
0
Fork
You've already forked starship
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
6d7485cf50
starship
/
src
/
lib.rs
5 lines
93 B
Rust
Raw
Normal View
History
Unescape
Escape
Use git project root for truncation
2019-04-07 20:43:11 +00:00
// Lib is present to allow for benchmarking
Add basic benchmarks
2019-04-04 20:59:03 +00:00
pub
mod
modules
;
pub
mod
print
;
Add builder pattern for segment
2019-04-12 21:49:20 +00:00
pub
mod
segment
;