commit | b569020f8f5139af56c3a9c4defab281ef055b32 | [log] [tgz] |
---|---|---|
author | Volker Mische <volker.mische@gmail.com> | Wed Jan 19 18:36:29 2022 +0100 |
committer | Volker Mische <volker.mische@gmail.com> | Wed Jan 19 18:38:24 2022 +0100 |
tree | 88daead1dcbd0d64fce1f78154cefadb354be82a | |
parent | dd865724834136315b3c17774d83fccb83b80885 [diff] |
feat: add custom Serde deserializer implementation With this custom derive it is possible to have kinded unions (aka. untagged enums) with IPLD data model types. Currently only those kinded unions are supported.
Basic rust ipld library supporting
dag-cbor
,dag-json
anddag-pb
formats.
Originally authored by @dvc94ch as a part of the ipfs-rust project.
Dual licensed under MIT or Apache License (Version 2.0). See LICENSE-MIT and LICENSE-APACHE for more details.