Crates.io | replit-protocol |
lib.rs | replit-protocol |
version | 0.2.4 |
source | src |
created_at | 2020-11-28 23:30:35.331191 |
updated_at | 2020-12-25 18:05:43.840719 |
description | Repl.it's container protocol in Rust. |
homepage | |
repository | https://github.com/LeonskiDev/replit-protocol-rs |
max_upload_size | |
id | 317606 |
size | 2,335,185 |
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
github repo to generate Rust using prost (which implements protobuf).