ztheme 1.1.0

Fast asynchronous Zsh prompt
1
2
3
4
5
mod project;
mod runtime;

pub use project::{Runtime, detect, worktree_root};
pub use runtime::{RuntimeValue, cache_key, decode, encode, snapshot};