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

no-std prost-types

Prost definitions of Protocol Buffers well known types

28 releases

new 0.12.6 May 17, 2024
0.12.4 Apr 5, 2024
0.12.3 Nov 21, 2023
0.11.9 Apr 12, 2023
0.2.3 Nov 9, 2017

#122 in Encoding

Download history 751477/week @ 2024-01-26 760933/week @ 2024-02-02 808419/week @ 2024-02-09 739814/week @ 2024-02-16 875824/week @ 2024-02-23 845816/week @ 2024-03-01 803315/week @ 2024-03-08 822422/week @ 2024-03-15 810677/week @ 2024-03-22 852341/week @ 2024-03-29 849346/week @ 2024-04-05 876543/week @ 2024-04-12 901861/week @ 2024-04-19 851330/week @ 2024-04-26 852567/week @ 2024-05-03 769288/week @ 2024-05-10

3,541,373 downloads per month
Used in 2,093 crates (415 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