prost-reflect 0.2.0

A protobuf library extending prost with reflection support and dynamic messages.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[![crates.io][ci]][cl] [![docs.rs][di]][dl] [![codecov.io][vi]][vl] [![deps.rs][ei]][el]

[ci]: https://img.shields.io/crates/v/prost-reflect.svg
[cl]: https://crates.io/crates/prost-reflect/

[di]: https://docs.rs/prost-reflect/badge.svg
[dl]: https://docs.rs/prost-reflect/

[vi]: https://codecov.io/gh/andrewhickman/prost-reflect/branch/main/graph/badge.svg?token=E2OITYXO7M
[vl]: https://codecov.io/gh/andrewhickman/prost-reflect

[ei]: https://deps.rs/crate/prost-reflect/0.1.0/status.svg
[el]: https://deps.rs/crate/prost-reflect/0.1.0

# prost-reflect


A protobuf library extending [`prost`](https://crates.io/crates/prost) with reflection support and dynamic messages.