infrarust 1.4.0

A Rust universal Minecraft proxy
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
pub mod ban_helper;
pub mod ban_system_adapter;
pub mod encryption;
pub mod filter;
pub mod macros;
pub mod rate_limiter;

// Re-exported for convenience
pub use crate::with_filter;
pub use crate::with_filter_or;
pub use ban_helper::BanHelper;
pub use ban_system_adapter::BanSystemAdapter;
pub use rate_limiter::RateLimiter;