extendable-data-helpers

Crates.ioextendable-data-helpers
lib.rsextendable-data-helpers
version0.1.5
sourcesrc
created_at2023-06-14 12:34:49.64077
updated_at2024-01-17 14:07:46.634548
descriptionProc macros for the extendable-data package because cargo makes things difficult.
homepage
repositoryhttps://github.com/Rafaeltheraven/extendable-data
max_upload_size
id890100
size5,606
(Rafaeltheraven)

documentation

README

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.

Commit count: 20

cargo fmt