microversus_codex 0.1.8

Types and definitions for interfacing with the microversus system
Documentation
mod action;
mod encounter;
mod error;
mod event;
mod inventory;
mod service;
mod test;
mod tribe;
mod world;

pub use action::*;
pub use encounter::*;
pub use error::*;
pub use event::*;
pub use inventory::*;
pub use service::*;
pub use tribe::*;
pub use world::*;

#[cfg(feature = "api")]
mod api;

#[cfg(feature = "api")]
pub use api::*;