3 releases

0.1.2 Feb 24, 2025
0.1.1 Jan 5, 2025
0.1.0 Nov 6, 2023

#23 in #nvim

Download history 136/week @ 2025-01-01 60/week @ 2025-01-08 31/week @ 2025-01-15 4/week @ 2025-01-22 5/week @ 2025-01-29 33/week @ 2025-02-05 49/week @ 2025-02-12 160/week @ 2025-02-19 68/week @ 2025-02-26 38/week @ 2025-03-05 101/week @ 2025-03-12 69/week @ 2025-03-19 50/week @ 2025-03-26 24/week @ 2025-04-02 23/week @ 2025-04-09

224 downloads per month
Used in neovide

MIT license

8KB
141 lines

Derive macro for setting groups.

This macro will generate a SettingGroup implementation for the struct it is applied to. It will also generate an enum with the name {StructName}Changed that contains a variant for each field in the struct. The enum will be used to send events when a setting is changed.


Neovide-Derive

Derive macros for Neovide

Dependencies

~0.6–1MB
~21K SLoC