-
-
Notifications
You must be signed in to change notification settings - Fork 3
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
Mini tutorial #23
Comments
Hi! Thanks! |
Okay thanks! |
Hello @al8n, Did you get anywhere with some examples / tutorials please? I am using the go implementation of serf at the moment and would like to explore the rust implementation. |
Hi @austin-barrington, unfortunately, you can only reference the test cases in https://github.com/al8n/serf/tree/main/core/src/serf/base/tests and https://github.com/al8n/serf/tree/main/serf/test to find how to use it. Basically, the usage should be similar to Go's implementation, the only differences are:
|
could you please provide an easy sample to run? @al8n |
Hi!
This library really looks amazing, I was looking for a Rust Serf implementation and I'm glad I found it :)
However I'm strugling to figure out how to use it. An example mini-agent implementation that would just print received messages to stdout (or something like this) would really help the onboarding! Or even bigger examples if you're already using it elsewhere 👀
Many thanks
The text was updated successfully, but these errors were encountered: