gecko-dev/third_party/rust/prost-derive
Mike Hommey 5f59304205 Bug 1744668 - Upgrade viaduct to the version from application-services v84.0.0. r=markh
This removes the need for the local prost-derive patch.
Viaduct itself has not changed a whole lot.

Differential Revision: https://phabricator.services.mozilla.com/D133025
2021-12-08 05:23:04 +00:00
..
src Bug 1744668 - Upgrade viaduct to the version from application-services v84.0.0. r=markh 2021-12-08 05:23:04 +00:00
.cargo-checksum.json Bug 1744668 - Upgrade viaduct to the version from application-services v84.0.0. r=markh 2021-12-08 05:23:04 +00:00
Cargo.toml Bug 1744668 - Upgrade viaduct to the version from application-services v84.0.0. r=markh 2021-12-08 05:23:04 +00:00
README.md

README.md

Documentation Crate

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 for details.

Copyright 2017 Dan Burkert