https://github.com/naftulikay/envoyproxy.rs
Envoy ProtoBuf and JSON data bindings for Rust via Prost and Serde.
https://github.com/naftulikay/envoyproxy.rs
envoy envoyproxy json protobuf rust rustlang
Last synced: about 1 year ago
JSON representation
Envoy ProtoBuf and JSON data bindings for Rust via Prost and Serde.
- Host: GitHub
- URL: https://github.com/naftulikay/envoyproxy.rs
- Owner: naftulikay
- License: other
- Created: 2019-07-31T20:13:05.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-08-01T22:43:49.000Z (almost 7 years ago)
- Last Synced: 2025-03-27T06:51:20.651Z (about 1 year ago)
- Topics: envoy, envoyproxy, json, protobuf, rust, rustlang
- Language: Python
- Size: 313 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
# envoyproxy.rs [![Build Status][travis.svg]][travis] [![Crates.io][crate.svg]][crate] [![Docs.rs][docs.svg]][docs]
Envoy ProtoBuf and JSON data bindings for Rust via Prost and Serde.
## License
Licensed at your discretion under either:
- [Apache Software License, Version 2.0](./LICENSE-APACHE)
- [MIT License](./LICENSE-MIT)
[crate]: https://crates.io/crates/envoyproxy
[crate.svg]: https://img.shields.io/crates/v/envoyproxy.svg
[docs]: https://docs.rs/envoyproxy/
[docs.svg]: https://docs.rs/envoyproxy/badge.svg
[travis]: https://travis-ci.org/naftulikay/envoyproxy.rs
[travis.svg]: https://travis-ci.org/naftulikay/envoyproxy.rs.svg?branch=master