mneumann / rust-msgpack

[DEPRECATED] msgpack.org implementation for Rust language. Please use https://github.com/3Hren/msgpack-rust
122 stars 31 forks source link

Make it compilable with rust 1.0.0-alpha. #46

Closed 3Hren closed 9 years ago

3Hren commented 9 years ago

This PR should close #45 and #23.

3Hren commented 9 years ago

Oops, it compiles but broken due to improper use of new serialize API (my fault). I close it for now until a correct solution be found.