Expand description
Defines types for using operational tranform to modify HTML-like documents.
See the book for more details: http://tcr.github.io/edit-text/
Re-exports§
Modules§
- apply
- Methods to apply an operation to a document.
- compose
- Composes two operations together.
- doc
- Defines document types, operation types, and cursor types.
- macros
- Macros for more easily creating operations and documents in code.
- schema
- Performs operational transform.
- stepper
- Enables stepping through a span operation.
- transform
- Performs operational transform on a Doc.
- transform_
test - Helper methods for performing transform tests.
- validate
- Validates a document matches a given Schema.
- writer
- Classes for generating operation steps (add / del).
Macros§
Traits§
- OT
- A type that can have operational transform applied to it.
The
OTtrait is implemented on an operation object, and its associated typeDocis what the operation should operate on.