powerliners 0.1.4

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
// vim:fileencoding=utf-8:noet
//! Port of `powerline/commands/__init__.py`.
//!
//! Upstream is a 0-byte namespace package marker. No Python definitions
//! to port — this module file exists only to declare child command
//! modules per the package layout.

pub mod config;
pub mod daemon;
pub mod lemonbar;
pub mod lint;
pub mod main;