vim/nano alternative - Terminal text editor
vim/nano alternatifi - Terminal metin duzenleyici
Metin rope veri yapisi
ropey = "1"Terminal kontrolu
crossterm = "0.28"Soz dizimi renklendirme
tree-sitter = "0.22"Copy this Cargo.toml to get started:
[package]
name = "my-text-editor"
version = "0.1.0"
edition = "2021"
[dependencies]
ropey = "1"
crossterm = "0.28"
tree-sitter = "0.22"
thiserror = "1"
tracing = "0.1"Learn these patterns to build this project effectively: