femtopb 0.8.0

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,
    i64,
    crate::item_encoding::SFixed64,
    8,
    encoding::WireType::SixtyFourBit,
    put_i64_le,
    get_i64_le
);