[−][src]Crate simple_tlv_derive
Custom derive support for the simple-tlv
crate
With #[tlv(slice)]
set, Encodable
should work for fields implementing AsRef<[u8]>
,
and Decodable
should work for fields implementing TryFrom<[u8]>
, even if the field
is not Decodable
or Encodable
.
Derive Macros
Decodable | Derive the |
Encodable | Derive the |