passless-config-doc
Procedural macro to generate documented configuration files for Passless.
This crate provides the #[derive(ConfigDoc)] macro that extracts documentation from struct field
doc comments and generates TOML configuration files with inline documentation.
Usage
use ConfigDoc;
This macro is specifically designed for use with the Passless FIDO2 authenticator.