1 2 3 4 5 6
//! `#[rig_tool]` attribute macro: argument grammar, context-parameter //! classification, and code generation. pub(crate) mod args; pub(crate) mod classify; pub(crate) mod expand;