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
{{ message }}
This repository has been archived by the owner on Nov 15, 2019. It is now read-only.
it would be very useful to provide some minimal usage example to the users of the crate that does not make use of internal structs like PeerId and at least mark examples that are not examples of the API functionality.
Cheers
The text was updated successfully, but these errors were encountered:
I was wondering about the same problem, but it seems the example was updated to the newest masterbranch and so it's not working with the crates.io versions atm before they release a new version. Here is a working example for 0.32.1: https://github.com/maidsafe/crust/blob/0.32.1/examples/crust_peer.rs
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hello,
it would be very useful to provide some minimal usage example to the users of the crate that does not make use of internal structs like PeerId and at least mark examples that are not examples of the API functionality.
Cheers
The text was updated successfully, but these errors were encountered: