coffer

Crates.iocoffer
lib.rscoffer
version1.0.1
sourcesrc
created_at2021-04-27 04:09:43.906658
updated_at2021-04-28 08:03:26.51529
descriptionA lightweight and fast library for reading and writing Java classes
homepagehttps://gitlab.com/fee1-dead/coffer
repositoryhttps://gitlab.com/fee1-dead/coffer
max_upload_size
id390008
size235,257
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