flexiber_derive 0.1.3

Procedural macros to derive `Decodable` and `Encodable` from `flexiber`.
Documentation

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.