3 releases

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

#13 in #nvim

Download history 1/week @ 2024-12-09 65/week @ 2024-12-30 121/week @ 2025-01-06 31/week @ 2025-01-13 14/week @ 2025-01-20 3/week @ 2025-01-27 29/week @ 2025-02-03 33/week @ 2025-02-10 43/week @ 2025-02-17 192/week @ 2025-02-24 30/week @ 2025-03-03

298 downloads per month
Used in neovide

MIT license

8KB
141 lines

Neovide-Derive

Derive macros for Neovide


lib.rs:

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.

Dependencies

~0.6–1MB
~20K SLoC