flake-edit 0.3.4

Edit your flake inputs with ease.
Documentation
1
2
3
4
5
mod model;
mod view;

pub use model::{InputAction, InputResult, InputState, MAX_VISIBLE_COMPLETIONS};
pub use view::Input;