mneumann / rust-msgpack

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

Upwrap results of from_utf8* for 0.10-pre. #4

Closed omasanori closed 10 years ago

omasanori commented 10 years ago

It might be better than what I did to match with Option and fail! if it is None, because of error messages.