summaryrefslogtreecommitdiffstats
path: root/third_party/rust/prost-derive/README.md
blob: a51050e7e66145124b0d8a184b00d2ac52023b12 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[![Documentation](https://docs.rs/prost-derive/badge.svg)](https://docs.rs/prost-derive/)
[![Crate](https://img.shields.io/crates/v/prost-derive.svg)](https://crates.io/crates/prost-derive)

# prost-derive

`prost-derive` handles generating encoding and decoding implementations for Rust
types annotated with `prost` annotation. For the most part, users of `prost`
shouldn't need to interact with `prost-derive` directly.

## License

`prost-derive` is distributed under the terms of the Apache License (Version 2.0).

See [LICENSE](../LICENSE) for details.

Copyright 2017 Dan Burkert