eternalfest_core 0.18.2

Core crate for Eternalfest
Documentation
pub mod auth;
pub mod blob;
pub mod buffer;
pub mod clock;
pub mod core;
pub mod digest;
pub mod file;
pub mod game;
#[cfg(feature = "sqlx")]
pub mod pg_num;
pub mod run;
#[cfg(feature = "serde")]
mod serde_buffer;
pub mod types;
pub mod user;
pub mod uuid;

pub use etwin_core::core::LocaleId;
pub use indexmap;