commit | 24e711228a66fc1f2761413107f559bd8a110d3f | [log] [tgz] |
---|---|---|
author | Volker Mische <volker.mische@gmail.com> | Tue Jun 16 14:09:05 2020 +0200 |
committer | Volker Mische <volker.mische@gmail.com> | Tue Jun 16 14:09:05 2020 +0200 |
tree | eab48306f97f2768b260da0d6ca9edb862a14749 | |
parent | 12ede0c6b1f02c9142f7d7c6c31f39ff8f2843b8 [diff] |
fix: declare unreachable code as such Those cases previously returned an error, which isn't correct as those cases cannot be reached, hence should panic if they are reaches.
Basic rust ipld library supporting
dag-cbor
,dag-json
anddag-pb
formats.
Dual licensed under MIT or Apache License (Version 2.0). See LICENSE-MIT and LICENSE-APACHE for more details.