refactor
This commit is contained in:
parent
a4ccc96ed0
commit
aab4414904
71 changed files with 293 additions and 4316 deletions
26
src/lib.rs
26
src/lib.rs
|
|
@ -1,26 +0,0 @@
|
|||
#![allow(dead_code)]
|
||||
// rnex makes extensive use of async functions in public traits
|
||||
// this is however fine because these traits should never(and i mean NEVER) be used dynamically
|
||||
#![allow(async_fn_in_trait)]
|
||||
//#![warn(missing_docs)]
|
||||
|
||||
|
||||
|
||||
extern crate self as rust_nex;
|
||||
|
||||
pub mod endianness;
|
||||
pub mod prudp;
|
||||
pub mod rmc;
|
||||
//mod protocols;
|
||||
|
||||
pub mod grpc;
|
||||
pub mod kerberos;
|
||||
pub mod nex;
|
||||
pub mod result;
|
||||
pub mod versions;
|
||||
pub mod web;
|
||||
pub mod common;
|
||||
pub mod reggie;
|
||||
pub mod rnex_proxy_common;
|
||||
pub mod util;
|
||||
pub mod executables;
|
||||
Loading…
Add table
Add a link
Reference in a new issue