#name #macro #outside #procedural #class #proc-macro #coffer

macro coffer-macros

Procedural Macros used by coffer - Unusable outside coffer

1 stable release

1.0.0 Apr 27, 2021

#14 in #outside


Used in coffer

LGPL-3.0-or-later

34KB
612 lines

Coffer - a lightweight and fast library for reading and writing Java classes

Licensed under LGPL v3 or later, a copy of the Lesser GNU General Public License can be found by the name of LICENSE.md

Running tests

Use cargo test to run tests that do not require java.

Tests that require java are ignored by default, to add them, make sure you have java in your path and run cargo test -- --include-ignored (stable 1.51 and above).

Dependencies

~1.5MB
~34K SLoC