zefchain / bcs

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

Expose `Serializer` and `Deserializer` directly #8

Closed Twey closed 7 months ago

Twey commented 10 months ago

Allows external projects to plug BCS into libraries that expect a serde Serializer or Deserializer implementation.

ma2bd commented 7 months ago

I'm going to close this because the change didn't get support from everyone.