Crates.io | scale-decode-derive |
lib.rs | scale-decode-derive |
version | 0.15.0 |
source | src |
created_at | 2023-03-13 12:55:03.810891 |
updated_at | 2024-11-08 17:15:32.50386 |
description | Derive macro for scale-decode |
homepage | https://www.parity.io/ |
repository | https://github.com/paritytech/scale-decode |
max_upload_size | |
id | 808837 |
size | 26,434 |
Provides a DecodeAsType
macro capable of automatically implementing DecodeAsType
(via implementing IntoVisitor
/ Visitor
traits) on structs and enums.