Expand description
Handler inventory extraction for build scripts
This module provides utilities for build.rs scripts to extract handler metadata
from Rust source files that use the inventory_handlers! macro.
Functionsยง
- extract_
handler_ names_ from_ file - Extract handler names from an
inventory_handlers!macro invocation in a Rust file. - extract_
handler_ signatures_ from_ file - Extract full handler metadata from a Rust file.