Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 624 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 624 Bytes

nightsketch_derive

Attribute macros for nightsketch sketches

Overview

This crate (currently) provides the #[sketch] and #[param] attributes that are used by nightsketch sketches to generate clap options, field accessors, parameter metadata, and other implementation details.

The macros in this crate are currently not stable, and therefore, this documentation is not yet populated. In the future, this will outline the attribute arguments, and give an overview of the code generated by each attribute. In the meantime, one can read the quote! macros in this crate's source if interested.