[![Documentation](https://docs.rs/prost-types/badge.svg)](https://docs.rs/prost-types/)
[![Crate](https://img.shields.io/crates/v/prost-types.svg)](https://crates.io/crates/prost-types)
# `prost-types`
Prost definitions of Protocol Buffers well known types. See the [Protobuf reference][1] for more
information about well known types.
[1]: https://developers.google.com/protocol-buffers/docs/reference/google.protobuf
## 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][2]) license.
[2]: https://github.com/google/protobuf/blob/master/LICENSE
See [LICENSE](..LICENSE) for details.
Copyright 2017 Dan Burkert