You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11-1Lines changed: 11 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,9 +2,19 @@
2
2
3
3
Project goal: add an integration layer between [Automerge](https://github.com/automerge/automerge) and client code, compatible with any Rust async runtime.
4
4
5
+
## Compatibility Note
6
+
7
+
The filesystem disk layout and WebSocket sync protocol implemented in this crate
8
+
are not compatible with those of [the JavaScript automerge-repo
9
+
implementation][amjs]. An **experimental** Rust implementation that aims for
10
+
compatibility with the JS tools is being developed in the [alexjg/samod] repo.
0 commit comments