Skip to main content

Module buffer

Module buffer 

Source
Expand description

Core text buffer backed by ropey.

This buffer provides:

  • Efficient text storage via ropey
  • Position-based cursor and selection
  • Basic undo/redo via snapshots
  • Async-safe snapshots

Structs§

Buffer
BufferId
BufferSnapshot
Marker
SerializableSnapshot
Version