Crate iota [] [src]

Iota

A highly customisable text editor built with modern hardware in mind.

This module contains all you need to create an iota executable.

Structs

Editor

The main Editor structure

NormalMode

NormalMode mimics Vi's Normal mode.

RustboxFrontend

Terminal-based front end using Rustbox

StandardMode

Standard mode is Iota's default mode.

Enums

Input

A source of Input for the Editor.

Traits

Mode

The concept of Iota's modes are taken from Vi.