TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

A data pipeline built with capnproto-rust and ZeroMQ

40 pointsby dwrenshaover 11 years ago

2 comments

portmanteaufuover 11 years ago
I&#x27;m impressed by the rate at which Rust has begun accumulating serious ports of and bindings to valuable libraries.<p>There&#x27;s already varying levels of support [1] for a number of serialization and compression formats, databases and computation frameworks.<p>Obviously there&#x27;s still a long ways to go before Rust can be considered a &#x27;batteries included&#x27; programming experience, but it&#x27;s exciting to see how fast the community has put this together.<p>[1]<a href="https://github.com/mozilla/rust/wiki/Note-wanted-libraries" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;mozilla&#x2F;rust&#x2F;wiki&#x2F;Note-wanted-libraries</a>
评论 #7012195 未加载
basculeover 11 years ago
Nice! I&#x27;ve been wanting to play around with this particular combination (Rust, Capn&#x27; Proto, and ZeroMQ) myself. Glad to see others are doing it.