herdr-pretty-which 0.1.5

A tasteful which-key style command palette for Herdr
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
pub mod app;
pub mod config;
pub mod discover;
pub mod model;
pub mod render;
pub mod state;
pub mod theme;

pub use app::{binding_search_score, App, AppMode, NavigationViewMode};
pub use config::{load_herdr_config, HerdrConfig, HerdrConfigSource};
pub use model::{
    effective_bindings, effective_bindings_with_discovery, Binding, BindingSource, BindingStatus,
    Category,
};
pub use render::{render_to_string, render_to_test_backend};
pub use state::{load_state, save_state, AppState};