Problem solved by the enhancement
Way less dependencies by default,
(19 -> 1), smaller build folders, and faster build times (22s to 5s)
Enhancement description
Procedural macros can be pretty ergonomic and dev-friendly, But they still have a cost, maybe removing them is a good idea as It makes the library smaller in dependency footprint, i attempted to do this in my fork, its still incomplete and unpolished but It builds with default features (apart from some tests being commented off due to "duplicate")
Problem solved by the enhancement
Way less dependencies by default,
(19 -> 1), smaller build folders, and faster build times (22s to 5s)
Enhancement description
Procedural macros can be pretty ergonomic and dev-friendly, But they still have a cost, maybe removing them is a good idea as It makes the library smaller in dependency footprint, i attempted to do this in my fork, its still incomplete and unpolished but It builds with default features (apart from some tests being commented off due to "duplicate")