Crate pdfgen_macros

Crate pdfgen_macros 

Source

Macrosยง

const_identifiers
Generate one or more const Identifier<&'static [u8]> values from the given identifiers. Identifiers should be specified in upper snake case and will be converted to pascal-cased PDF names. All leters will be replaced with their lowercase equivalents, except the first letter and any letter preceded by an underscore. For example:
write_chain
Helper macro for counting the number of written bytes in multiple consecutive writes, where each write returns a Result<usize, std::io::Error>