bilrost-derive 0.1014.1

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

# bilrost-derive

`bilrost-derive` is part of the [`bilrost`][b] library. It handles generating
encoding and decoding implementations for Rust types with `bilrost` annotations.
For the most part, users of `bilrost` shouldn't need to interact with
`bilrost-derive` directly, and should instead use the re-exports.

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

## License

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

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

Copyright 2023-2025 Kent Ross  
Copyright 2017 Dan Burkert