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

no-std bilrost-types

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

13 releases (8 breaking)

new 0.1007.0 May 1, 2024
0.1005.1 Apr 6, 2024
0.1004.0 Mar 4, 2024
0.0.1 Nov 22, 2023

#2003 in Encoding

Download history 121/week @ 2024-02-12 444/week @ 2024-02-19 120/week @ 2024-02-26 148/week @ 2024-03-04 8/week @ 2024-03-11 178/week @ 2024-04-01 51/week @ 2024-04-08 141/week @ 2024-04-15 170/week @ 2024-04-22

540 downloads per month

Apache-2.0

525KB
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