mirror of
https://github.com/EasyTier/EasyTier.git
synced 2026-05-15 10:25:40 +00:00
4aea0821dd
prost doesn't support unknown field, and these info may be lost when they go through a old version node.
15 lines
254 B
Rust
15 lines
254 B
Rust
pub mod rpc_impl;
|
|
pub mod rpc_types;
|
|
|
|
pub mod cli;
|
|
pub mod common;
|
|
pub mod error;
|
|
pub mod peer_rpc;
|
|
pub mod web;
|
|
|
|
#[cfg(test)]
|
|
pub mod tests;
|
|
|
|
const DESCRIPTOR_POOL_BYTES: &[u8] =
|
|
include_bytes!(concat!(env!("OUT_DIR"), "/file_descriptor_set.bin"));
|