nucleo-picker 0.6.1

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::{normalize_query_string, Edit, EditableString};