femtopb 0.4.2

A no-std, no-alloc set of tools for protobuf encoding and decoding
Documentation
1
2
3
4
5
6
7
8
9
crate::runtime::macros::fixed_width!(
    'a,
    u32,
    crate::item_encoding::Fixed32,
    4,
    encoding::WireType::ThirtyTwoBit,
    put_u32_le,
    get_u32_le
);