Crates.io | ferro |
lib.rs | ferro |
version | 0.6.0 |
source | src |
created_at | 2023-03-08 07:17:15.651094 |
updated_at | 2023-03-11 20:02:33.34755 |
description | A lightweight text editor written in Rust |
homepage | |
repository | https://github.com/alexxyu/ferro |
max_upload_size | |
id | 804325 |
size | 141,921 |
A lightweight text editor built in Rust.
Based on Philipp Flenker's Rust text editor tutorial.
API documentation is located here.
For reference on controls and usage, see docs/usage.md
.
If you're interested in contributing, check out CONTRIBUTING.md
.
cargo
The simplest way to install ferro
is to run cargo install ferro
on your machine. You can then
run ferro [file]
to start editing!
The following instructions assume that you've already installed Rust.
git clone https://github.com/alexxyu/ferro
cd ferro
cargo build --release
This will generate the binary for ferro
in the target/release
directory.