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.

24 days of Rust – serde

75 pointsby zsiciarzover 8 years ago

3 comments

steveklabnikover 8 years ago
It&#x27;s been mentioned in the post, but it&#x27;s a big deal, so for emphasis: serde is much nicer to use on nightly than stable, even though it will work on stable. This has been one of the biggest reasons people aren&#x27;t on stable Rust. The tooling needed to get it working on stable with the same ergonomics as nightly is slated for Rust 1.15. It&#x27;s not 100% for sure, but 99.99%.<p>This will also help crates like Diesel.
评论 #13187053 未加载
ungzdover 8 years ago
There&#x27;s also nom (<a href="https:&#x2F;&#x2F;github.com&#x2F;Geal&#x2F;nom" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;Geal&#x2F;nom</a>) which is similar to Parsec and more designed for parsing text formats but used for binary formats too.
评论 #13133519 未加载
评论 #13133505 未加载
EugeneOZover 8 years ago
And it&#x27;s only for nightly (see &quot;feature&quot;) and it means it&#x27;s can be used in reliable code. Talks about stabilizing of this feature are endless.
评论 #13135324 未加载