escriba 0.1.20

The escriba editor binary. Composes every escriba-* crate via madori's app loop + garasu's GPU stack.
1
2
3
4
5
6
7
8
9
//! `escriba` — editor binary, TUI by default.
//!
//! Thin wrapper around `escriba::run()`. The sibling `escriba-gpu`
//! binary shares the same entry point but flips
//! `$ESCRIBA_RENDER=gpu` before calling in.

fn main() -> anyhow::Result<()> {
    escriba::run()
}