Hacker News new | ask | show | jobs
by silluk 3469 days ago
I've been following futures since the announcement blog post came out (and had been using rust for several months before that) and I've never found a group of crates that intermix so well together. Simple stuff like tokio-tls implementing the Io trait from tokio-core so it can easily be used in bind_transport to secure the connection makes working with tokio and futures so nice. Thanks so much to the people working on this!
1 comments

When I can add some of these libraries to my projects, it's like a late Christmas gift for sure!

Thank you for the whole team.