/hecto

A kilo implementation in Rust

Primary LanguageRustBSD 2-Clause "Simplified" LicenseBSD-2-Clause

Hecto

Hecto, a basic text editor, Rust Practice Project by PhilippFlenker

Hecto is a re-implementation of kilo in Rust.

About

Hecto itself is implemented using termion crate which doesn't support some terminal environment (windows console host)

This version is using crossterm. It should be working crossplatform.