reconcile/src/types.rs
Andras Schmelczer 88d48afce3
Add diff applying error & improve CI (#32)
* Use stable rust

* Add From impls

* Revert to nightly

* Improve dev env & CI setup

* Update lock

* Add thiserror

* Add diff error

* Fix tests

* Lint

* Rename NumberOrString

* Format

* Fix lint script
2025-12-06 21:54:08 +00:00

6 lines
134 B
Rust

pub mod cursor_position;
pub mod history;
pub mod number_or_text;
pub mod side;
pub mod span_with_history;
pub mod text_with_cursors;