Add efficient serialisation for diffs #21

Merged
schmelczer merged 8 commits from asch/serialisation into main 2025-10-27 06:59:23 +00:00
Showing only changes of commit 8a52034426 - Show all commits

Remove trailing spaces

Andras Schmelczer 2025-10-26 20:22:16 +00:00

View file

@ -24,6 +24,7 @@ A Rust and TypeScript library for merging conflicting text edits without manual
### Rust ### Rust
Install via crates.io: Install via crates.io:
```sh ```sh
cargo add reconcile-text cargo add reconcile-text
``` ```