Skip to content
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,9 @@ The derive implementation supports the following attributes:
trait derivation of the corresponding trait, e.g. T in
`codec(encode_bound(skip_type_params(T)))` will not contain a `Encode` trait bound while
`Encode` is being derived for the annotated type.
- `codec(crate = path::to::crate)`: Specify a path to the parity-scale-codec crate instance to use
when referring to Codec APIs from generated code. This is normally only applicable when invoking
re-exported Codec derives from a public macro in a different crate.

## Known issues

Expand Down