Make `parity-codec-derive` assume less about the scope
`parity-codec-derive` now just requires `parity-codec` in the `Cargo.toml`. Before that, it required that `parity-codec` was imported as `codec`. We now just the same tricks as Serde, to implement `Encode` and `Decode`.
Please register or sign in to comment