#proc-macro #structs #extensible #unions #enums

macro extendable-data-helpers

Proc macros for the extendable-data package because cargo makes things difficult

5 releases

0.1.5 Jan 17, 2024
0.1.4 Nov 21, 2023
0.1.3 Jun 20, 2023
0.1.2 Jun 15, 2023
0.1.1 Jun 14, 2023

#6 in #unions

Download history 4/week @ 2024-11-13 19/week @ 2024-11-20 27/week @ 2024-11-27 38/week @ 2024-12-04 40/week @ 2024-12-11 8/week @ 2024-12-18 2/week @ 2025-01-01 3/week @ 2025-01-08 10/week @ 2025-01-15 23/week @ 2025-01-22 1/week @ 2025-01-29 16/week @ 2025-02-05 59/week @ 2025-02-12 8/week @ 2025-02-19 19/week @ 2025-02-26

102 downloads per month
Used in 9 crates (2 directly)

MIT license

5KB

extendable-data-helpers

Helper methods for extendable-data. Exists because I can't just EXPORT REGULAR FUNCTIONS IN A PROC-MACRO PACKAGE.

Methods in here are really for internal use. Ideally, these would be in an internal package for extendable-data, but cargo does not allow me to publish crates with a hidden internal package, nor am I able to expose proc macros and regular functions at the same time, so we're stuck with this additional package.

Dependencies

~190–620KB
~15K SLoC