[](https://crates.io/crates/replit-protocol) [](https://docs.rs/replit-protocol) 
The unofficial [repl.it] container protocol for Rust.
The container protocol is what [repl.it] uses for communication with it's
repl containers. This uses the `api.proto` file which can be found on the
[protocol] github repo to generate Rust using [prost] (which implements
[protobuf]).
All files in the generated `api.rs` file are available from the root of this
crate.
[repl.it]: https://repl.it
[protocol]: https://github.com/replit/protocol
[protobuf]: https://developers.google.com/protocol-buffers
[prost]: https://crates.io/crates/prost