#![deny(missing_docs)]//! Bardic provides performant building blocks for creating large-scale
//! procedural narrative generators.
/// Provides a way to manage and reference unique IDs for
/// entities in the system.
pubmodid;/// Provides functionality for procedural text generation.
pubmodtext;