mirror of
https://github.com/fluencelabs/rust-libp2p
synced 2025-05-01 05:32:19 +00:00
Implement the libp2p rendezvous protocol. > A lightweight mechanism for generalized peer discovery. It can be used for bootstrap purposes, real time peer discovery, application specific routing, and so on. Co-authored-by: rishflab <rishflab@hotmail.com> Co-authored-by: Daniel Karzel <daniel@comit.network>
4 lines
86 B
Rust
4 lines
86 B
Rust
fn main() {
|
|
prost_build::compile_protos(&["src/rpc.proto"], &["src"]).unwrap();
|
|
}
|