TimelyDataflow / abomonation

A mortifying serialization library for Rust
MIT License
322 stars 30 forks source link

Add Abomonation impl for Result<T, E> #1

Closed gandro closed 8 years ago

gandro commented 8 years ago

Does what it says on the tin. :)

Since Option<T> is already there, and one cannot simply implement it in other crates without wrappers because of Rust's orphan rules.

frankmcsherry commented 8 years ago

Looks good to me!