3 releases

Uses new Rust 2024

new 0.1.2 Mar 15, 2025
0.1.1 Mar 13, 2025
0.1.0 Mar 13, 2025

#450 in Procedural macros

Download history 104/week @ 2025-03-08

104 downloads per month

MIT license

6KB
71 lines

quick-macros

This crate provides simple macros:

  • Derive
    • FieldNames - macro used for generating functions returning a name of a field
    • FullCtor - macro used for generating a constructor with all fields as parameters

lib.rs:

Quick Macros

This crate provides simple macros:

  • Derive
    • FieldNames - macro used for generating functions returning a name of a field

Dependencies

~255–700KB
~16K SLoC