Cargo Features
jam-codec-derive has no features set by default.
[dependencies]
jam-codec-derive = { version = "0.1.1", features = ["max-encoded-len"] }
- max-encoded-len
-
Enables the new
MaxEncodedLentrait. NOTE: This is still considered experimental and is exempt from the usual SemVer guarantees. We do not guarantee no code breakage when using this.Affects
jam-codec-derive::derive_max_encoded_len,utils::custom_mel_trait_bound…