1 unstable release
0.1.0 | Nov 20, 2021 |
---|
#7 in #encodable
321 downloads per month
Used in 5 crates
(via flexiber)
25KB
478 lines
Custom derive support for the flexiber
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
.
Dependencies
~1.5MB
~38K SLoC