rig-derive 0.41.0

Internal crate that implements Rig derive macros.
Documentation
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;