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

no-std prost-types

Prost definitions of Protocol Buffers well known types

29 releases

0.13.1 Jul 9, 2024
0.12.6 May 17, 2024
0.12.3 Nov 21, 2023
0.11.9 Apr 12, 2023
0.2.3 Nov 9, 2017

#90 in Encoding

Download history 848687/week @ 2024-04-04 876286/week @ 2024-04-11 895184/week @ 2024-04-18 859720/week @ 2024-04-25 867164/week @ 2024-05-02 913673/week @ 2024-05-09 1018285/week @ 2024-05-16 1015653/week @ 2024-05-23 1146265/week @ 2024-05-30 1151771/week @ 2024-06-06 1110903/week @ 2024-06-13 1094744/week @ 2024-06-20 1141971/week @ 2024-06-27 1008796/week @ 2024-07-04 1113519/week @ 2024-07-11 883406/week @ 2024-07-18

4,357,841 downloads per month
Used in 2,282 crates (443 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