devela 0.29.0

A development substrate of coherence.
Documentation
// devela/src/lang/disc/flow/_.rs
//
//! Conditional discourse flow.
//

crate::mods_in! {
    // mod_ choice; // Explicit choices, options, and player-facing branches
    // mod_ guard; // Narrative guards, conditions, and availability gates
    // mod_ link; // Links, transitions, and narrative targets
    // mod_ prompt; // Presented openings for continuation or input
    // mod_ route; // Routes, paths, outcomes, and ending lines
}
crate::mods_out! { // _mods
    _mods {
        // pub use super::{
        //     choice::_all::*,
        //     guard::_all::*,
        //     link::_all::*,
        //     prompt::_all::*,
        //     route::_all::*,
        // };
    }
}