Relrin / bert-rs

BERT (Binary ERlang Term) serializer for Rust
BSD 3-Clause "New" or "Revised" License
15 stars 1 forks source link

Serde-rs deserializer support #4

Closed Relrin closed 7 years ago

dtolnay commented 8 years ago

Serde 0.8.7 provides its own forward_to_deserialize! macro so you don't need to copy forward.rs. Here is example usage from serde_json.

Relrin commented 8 years ago

Thanks for this proposal. It looks very helpful for me 👍