led/sub_crates/backend/src
Nathan Vegdahl c3bfdf7a7f Add Mark and MarkSet types for managing cursors etc.
Originally I was using just `(usize, usize)` for marks, and `Vec`s
of those for sets.  But that was already becoming unwieldy even for
really basic code.  This abstracts just a handful of common
operations away to make this easier to reason about.  However,
the internals are (intentionally) left exposed to allow other fiddly
things to be done.
2020-02-11 11:35:31 +09:00
..
buffer.rs Add Mark and MarkSet types for managing cursors etc. 2020-02-11 11:35:31 +09:00
editor.rs More work on the backend, including adding data hashing code. 2020-01-22 10:17:56 +09:00
hash.rs More work on the backend, including adding data hashing code. 2020-01-22 10:17:56 +09:00
lib.rs Add Mark and MarkSet types for managing cursors etc. 2020-02-11 11:35:31 +09:00
marks.rs Add Mark and MarkSet types for managing cursors etc. 2020-02-11 11:35:31 +09:00
project.rs More work on the backend, including adding data hashing code. 2020-01-22 10:17:56 +09:00