powerliners 0.2.12

1:1 Rust port of powerline/powerline. The ultimate statusline/prompt utility
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// vim:fileencoding=utf-8:noet
//! Port of `powerline/segments/common/__init__.py`.
//!
//! Upstream is a 0-byte namespace package marker. No Python definitions
//! to port.

pub mod bat;
pub mod env;
pub mod mail;
pub mod net;
pub mod players;
pub mod sys;
pub mod time;
pub mod vcs;
pub mod wthr;