enderpearl 1.0.1

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
16
#[cfg(feature = "cli")]
pub mod cli;
pub mod config;
pub mod core;
pub mod display;
pub mod errors;
pub mod hooks;
#[cfg(feature = "java")]
pub mod minecraft;
pub mod protocols;

pub mod macros;

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