#protobuf #buffer #protocols #type #prost #definition #generated

no-std prost-types

A Protocol Buffers implementation for the Rust Language

27 releases

0.12.4 Apr 5, 2024
0.12.3 Nov 21, 2023
0.12.1 Sep 15, 2023
0.11.9 Apr 12, 2023
0.2.3 Nov 9, 2017

#122 in Encoding

Download history 759785/week @ 2024-01-23 767415/week @ 2024-01-30 785499/week @ 2024-02-06 758263/week @ 2024-02-13 820087/week @ 2024-02-20 853276/week @ 2024-02-27 824636/week @ 2024-03-05 826092/week @ 2024-03-12 810484/week @ 2024-03-19 785361/week @ 2024-03-26 894591/week @ 2024-04-02 850067/week @ 2024-04-09 881987/week @ 2024-04-16 911613/week @ 2024-04-23 832494/week @ 2024-04-30 716903/week @ 2024-05-07

3,496,604 downloads per month
Used in 2,081 crates (413 directly)

Apache-2.0

270KB
4.5K SLoC

Documentation Crate

prost-types

Prost definitions of Protocol Buffers well known types. See the Protobuf reference for more information about well known types.

License

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

See LICENSE for details.

Copyright 2017 Dan Burkert


lib.rs:

Protocol Buffers well-known types.

Note that the documentation for the types defined in this crate are generated from the Protobuf definitions, so code examples are not in Rust.

See the Protobuf reference for more information about well-known types.

Feature Flags

  • std: Enable integration with standard library. Disable this feature for no_std support. This feature is enabled by default.

Dependencies

~170KB