modalkit 0.0.25

A library for building applications that use modal editing
Documentation
1
2
3
4
5
6
7
8
9
10
//! # Components for building User Interfaces
//!
//! ## Overview
//!
//! This module contains components that can be used to help build GUI and TUI environments on top
//! of the `modalkit` crate.
mod list;

pub use self::list::FocusList;
pub use crate::util::idx_offset;