#serialization #protobuf #compact #serializer-deserializer #binary-encoding #type #bilrost

no-std bilrost-types

A compact protobuf-like serializer and deserializer for the Rust Language

17 releases (11 breaking)

new 0.1010.1 Oct 23, 2024
0.1010.0 Jul 8, 2024
0.1009.0 Jun 16, 2024
0.1004.0 Mar 4, 2024
0.0.1 Nov 22, 2023

#1261 in Encoding

24 downloads per month

Apache-2.0

535KB
10K SLoC

Documentation Crate

bilrost-types

Extra provided types for the bilrost library, providing analogs to some of the Protocol Buffers well known types. See the Protobuf reference for more information about well known types.

License

bilrost-types is distributed under the terms of the Apache License (Version 2.0). bilrost-types includes code imported from the Protocol Buffers projet, which is included under its original (BSD) license.

See LICENSE for details.

Copyright 2023-2024 Kent Ross
Copyright 2017 Dan Burkert


lib.rs:

Analogs for protobuf well-known types, implemented alongside the bilrost crate. See that crate's documentation for details about the library, and the Protobuf reference for more information about the use cases and semantics of these types.

Dependencies

~1–1.6MB
~34K SLoC