Module inventory

Module inventory 

Source
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.