zefchain / bcs

Rust implementation of the Binary Canonical Serialization (BCS) format
Apache License 2.0
14 stars 11 forks source link

Simplify lifetimes #9

Open Twey opened 8 months ago

Twey commented 8 months ago

Atop #8. This generalizes and simplifies the lifetimes used in the Serializer and Deserializer structs. Previous behaviour remains by instantiating R = &mut R_.