self-hosted-node 0.4.3

Headless manabrew engine node for hosting AI games
1
2
3
4
5
6
7
8
9
pub mod config;
pub mod engine_backend;
pub mod host;
pub mod metrics;
pub mod updater;

pub use config::Config;
pub use engine_backend::EngineBackendKind;
pub use host::{cli_entry, host_room, RoomCancel};