writ 0.16.0

A hybrid markdown editor combining raw text editing with live inline rendering
Documentation
1
2
3
4
5
6
//! Entry point for the Linebender-stack shell (gpui-replacement migration).
//! Thin wrapper; all logic lives in `writ::shell`.

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