-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ideas for additional examples #1
Comments
On the network, can you add a libp2p example |
how to use fs_store as parameter to Repo::new |
You'll need to include the If you're not using tokio then you'll need to write an implementation of |
@alexjg thanks - the line with the tokio I was looking for in the repo, examples and documenation |
Yeah the issue is that it's behind a feature flag, I need to set up some stuff to get docs.rs to generate the docs for it. |
Another example that is missing: How to sync a document in a browser with a document in a rust client (using a central ws server in between. Maybe along with local changes happening on either side (say every few seconds) - and also with getting the current state of the doc in the other repo upon connection established. We try to build it ourselves - and it's probably 'just there' - but as beginner in Rust AND automerge, it's a bit tough to connect all dots correctly - and we'd appreciate to see such an example |
The text was updated successfully, but these errors were encountered: