Crate dbn_macros
source ·Attribute Macros
- Attribute macro that acts like a derive macro for for
HasRTypeandAsRef<[u8]>.
Derive Macros
- Derive macro for CSV serialization. Supports the following
dbnattributes: - Derive macro for JSON serialization. Supports the following
dbnattributes: - Dummy derive macro to get around
cfg_attrincompatibility of several of pyo3’s attribute macros. See https://github.com/PyO3/pyo3/issues/780.