scribe 0.0.6

Text editor toolkit.
docs.rs failed to build scribe-0.0.6
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: scribe-0.8.6

Build Status

Scribe: A text editor toolkit

Provides a layered set of types for dealing with text documents:

  • Gap buffer - Data structure optimized for successive, close-proximity edits.
  • Buffer - Wrapper that provides bounds-checked cursor management and file persistence.
  • Workspace - Collection of buffers with selection management.

The buffer type also provides basic type detection and lexing, making use of the lexers provided by the luthor library.