femtopb 0.4.2

A no-std, no-alloc set of tools for protobuf encoding and decoding
Documentation
1
2
3
crate::runtime::macros::varint!('a, bool, crate::item_encoding::Bool,
    to_uint64: |value| u64::from(value),
    from_uint64: |value| value != 0);