femtopb 0.2.0

A no-std, no-alloc set of tools for protobuf encoding and decoding
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
pub mod bool;
pub mod int32;
pub mod int64;
pub mod sint32;
pub mod sint64;
pub mod uint32;
pub mod uint64;

pub mod double;
pub mod fixed32;
pub mod fixed64;
pub mod float;
pub mod sfixed32;
pub mod sfixed64;

pub mod bytes;
pub mod string;