bilrost-types 0.1014.2

A compact protobuf-like serializer and deserializer for the Rust Language.
Documentation
[![Documentation](https://docs.rs/bilrost-types/badge.svg)](https://docs.rs/bilrost-types/)
[![Crate](https://img.shields.io/crates/v/bilrost-types.svg)](https://crates.io/crates/bilrost-types)

# `bilrost-types`

Extra provided types for the [`bilrost`][b] library, providing analogs to some
of the Protocol Buffers well known types. See the [Protobuf reference][pb] for
more information about well known types.

[b]: https://crates.io/crates/bilrost

[pb]: https://developers.google.com/protocol-buffers/docs/reference/google.protobuf

## License

`bilrost-types` is distributed under the terms of the Apache License (Version
2.0).
`bilrost-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 2023-2025 Kent Ross  
Copyright 2017 Dan Burkert