mirror of
https://github.com/rosenpass/rosenpass.git
synced 2026-01-04 00:57:19 -08:00
* wireguard-broker: merge from dev/broker-architecture * use zerocopy instead of lenses * Require use_broker feature flag to comile broker binaries * Remove PhantomData from BrokerServer & BrokerClient * Modify mio client rx to be non-recursive, add integration test Co-authored-by: Karolin Varner <karo@cupdev.net> Co-authored-by: Prabhpreet Dua <615318+prabhpreet@users.noreply.github.com>
12 lines
161 B
Rust
12 lines
161 B
Rust
#![recursion_limit = "256"]
|
|
|
|
pub mod b64;
|
|
pub mod fd;
|
|
pub mod file;
|
|
pub mod functional;
|
|
pub mod mem;
|
|
pub mod ord;
|
|
pub mod result;
|
|
pub mod time;
|
|
pub mod typenum;
|