BurntSushi / rust-cbor

CBOR (binary JSON) for Rust with automatic type based decoding and encoding.
The Unlicense
129 stars 18 forks source link

use serde #3

Open BurntSushi opened 9 years ago

BurntSushi commented 9 years ago

I should start using serde for the automatic serialization component of this crate.

I don't think this means removing support for rustc-serialize just yet though.

dtolnay commented 7 years ago

Now rustc-serialize has been deprecated: announcement.

ghost commented 6 years ago

I hope you could make new separate crate for use of Serde. I mean, I think it could be better to decouple dependencies from a root implementation. (Sorry for my English.)

mcr commented 3 years ago

Serde refuses to support Tags, so in effect, we have no real cbor support for rust.