enderpearl 1.0.0

Async proxy for Minecraft and HTTP traffic with automated server wake-up.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#[cfg(feature = "cli")]
pub mod cli;
pub mod config;
pub mod core;
pub mod display;
pub mod errors;
pub mod hooks;
pub mod minecraft;
pub mod protocols;

pub(crate) mod macros;

pub use crate::core::router::EnderRouter;
pub use crate::core::types::{EnderConfig, EnderRoute, LifecycleHandler, ServerProxy, StartupOn};
pub use crate::errors::{EnderError, Result};