Files
edit/crates/README.md
2026-04-21 12:01:43 -07:00

438 B

crates

This directory contains the crates that make up Edit and its supporting tooling.

  • edit: Main editor binary and library
    It is split apart into a library to allow for benchmarks.
  • lsh: Syntax-highlighting compiler and runtime
  • lsh-bin: A small CLI for experimenting with and debugging LSH output
  • stdext: Shared utility code used across the workspace
  • unicode-gen: Code generation utilities for Unicode LUTs