redox-core 0.1.0

Core text editing primitives for the redox-editor project
Documentation
  • Coverage
  • 59.17%
    71 out of 120 items documented0 out of 69 items with examples
  • Size
  • Source code size: 82.25 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 8.9 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 16s Average build duration of successful builds.
  • all releases: 16s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • JackDerksen

redox-core

Core library crate for the Redox editor.

This crate contains editor primitives and logic that are independent of any UI:

  • Rope-based text buffer (via ropey)
  • Text indexing utilities (line/column, char indices, selections)
  • Small, composable editing operations suitable for building Vim-like behavior

The UI system should depend on redox-core and keep rendering, input, and platform concerns outside of this crate.