GithubHelp home page GithubHelp logo

Comments (4)

BurntSushi avatar BurntSushi commented on June 20, 2024

rustc-serialize used to be included in the standard Rust distribution with the name serialize. It has since moved to its own package on crates.io. I think I can say that you should always be using rustc-serialize.

The reason why this move occurred, AFAIK, is that the serialization infrastructure probably isn't going to be stabilized before Rust 1.0. But, it's extremely useful. The Rust 1.0 stable channel will disallow all uses of unstable things, so the only way to permit continued use of rustc-serialize is to split it out of Rust proper and into its own separate package.

from rustc-serialize.

winding-lines avatar winding-lines commented on June 20, 2024

Thanks for the explanation :) Should we then remove the docs from http://doc.rust-lang.org/serialize/json/ ?

from rustc-serialize.

Byron avatar Byron commented on June 20, 2024

+1 to downing these docs !

I just lost 30 minutes to figure out how to deserialize json ! Reason was that I of course found the 'serialize' documentation first, which caused all sorts of problems as both crates got mixed up in my code.

It really adds to my frustration as everything I attempt quickly ends up being much more difficult than anticipated. Sure, it's alpha, but there is no need to unnecessarily confuse anyone :).

from rustc-serialize.

alexcrichton avatar alexcrichton commented on June 20, 2024

I'm going to close this now that this crate is deprecated in favor of serde. We're discontinuing feature development in rustc-serialize but will still continue to merge bug fixes if they arise.

from rustc-serialize.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.