[]
= "leaf-core"
= true
= true
= true
= true
= true
= "Frontend-neutral core of leaf: a byte-offset caret/selection model over twig, plus an AST→glyph map, styled with a toolkit-agnostic Style."
[]
# Filesystem-backed document I/O: `Doc::open`/`save`/`save_as`/`reload` and the
# on-disk change watch (`disk_state`). Default-on, so `leaf-tui` and `leaf-gpui`
# are unaffected. A sandboxed host — wasm in the browser, an FFI embed — builds
# with `--no-default-features` and drives the model through the in-memory
# constructors (`Doc::from_source`, the public `source` field, `mark_saved`)
# instead, since it has no path to read and its own way to persist bytes.
= ["fs"]
= []
[]
= true
= true
= "1.13.3"
# Display width: a column is a terminal cell, and a `col` counted in characters
# drifts from the glyph it names by one cell per wide character on the line.
= "0.2.0"