#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

#90 in Encoding

Download history 678395/week @ 2024-01-03 704000/week @ 2024-01-10 787114/week @ 2024-01-17 753928/week @ 2024-01-24 767793/week @ 2024-01-31 785535/week @ 2024-02-07 754427/week @ 2024-02-14 842865/week @ 2024-02-21 850377/week @ 2024-02-28 817790/week @ 2024-03-06 822192/week @ 2024-03-13 807122/week @ 2024-03-20 806128/week @ 2024-03-27 880241/week @ 2024-04-03 865182/week @ 2024-04-10 713897/week @ 2024-04-17

3,416,038 downloads per month
Used in 2,023 crates (408 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