coffer-macros

Crates.iocoffer-macros
lib.rscoffer-macros
version1.0.0
sourcesrc
created_at2021-04-27 03:59:33.873245
updated_at2021-04-27 03:59:33.873245
descriptionProcedural Macros used by coffer - Unusable outside coffer
homepagehttps://gitlab.com/fee1-dead/coffer
repositoryhttps://gitlab.com/fee1-dead/coffer
max_upload_size
id390005
size33,127
beef (fee1-dead)

documentation

README

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).

Commit count: 198

cargo fmt