-
Notifications
You must be signed in to change notification settings - Fork 20
/
Copy pathREADME.tpl
41 lines (33 loc) · 1.76 KB
/
README.tpl
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
# {{crate}}
[![Crates.io](https://img.shields.io/crates/v/tokio-zookeeper.svg)](https://crates.io/crates/tokio-zookeeper)
[![Documentation](https://docs.rs/tokio-zookeeper/badge.svg)](https://docs.rs/tokio-zookeeper/)
{{readme}}
# Live-coding
The crate is under development as part of a live-coding stream series
intended for users who are already somewhat familiar with Rust, and who
want to see something larger and more involved be built. For
futures-related stuff, I can also highly recommend @aturon's in-progress
[Async in Rust
book](https://aturon.github.io/apr/async-in-rust/chapter.html).
You can find the recordings of past sessions in [this YouTube
playlist](https://www.youtube.com/playlist?list=PLqbS7AVVErFgY2faCIYjJZv_RluGkTlKt).
This crate started out in [this
video](https://www.youtube.com/watch?v=mMuk8Rn9HBg), and got fleshed out
more in [this follow-up](https://www.youtube.com/watch?v=0-Fsu-aM0_A), before
we mostly finished it in [part 3](https://www.youtube.com/watch?v=1ADDeB9rqAI).
I recommend you also take a look at the [ZooKeeper Programming
Guide](https://zookeeper.apache.org/doc/current/zookeeperProgrammers.html) if
you want to follow along. To get updates about future streams, follow me on
[Patreon](https://www.patreon.com/jonhoo) or
[Twitter](https://twitter.com/jonhoo).
# Thank you
For each of the projects I build, I like to thank the people who are
willing and able to take the extra step of supporting me in making these
videos on [Patreon](https://www.patreon.com/jonhoo) or
[Liberapay](https://liberapay.com/jonhoo/). You have my most sincere
gratitude, and I'm so excited that you find what I do interesting enough
that you're willing to give a stranger money to do something they love!
- Rodrigo Valin
- Pigeon F
- Patrick Allen
- Matthew Knight