nucleo-picker 0.3.0

A fuzzy picker tui library based on nucleo
Documentation
1
2
3
4
5
6
7
//! # Reusable components for building the interface
//! This module contains various components for building the TUI interface for the picker.
mod cursor;
mod editable;

pub use cursor::{Cursor, View};
pub use editable::{Edit, EditableString};