An open API service indexing awesome lists of open source software.

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.

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