proto_rs 0.11.24

Rust-first gRPC macros collection for .proto/protobufs managment and more
1
2
3
4
5
6
7
8
9
10
11
12
mod arcs;
mod boxes;
mod lists;
mod maps;
mod mutexes;
mod options;

#[cfg(feature = "cache_padded")]
mod cache_padded;

#[cfg(feature = "arc_swap")]
mod arc_swap;