Crates.io | coffer |
lib.rs | coffer |
version | 1.0.1 |
source | src |
created_at | 2021-04-27 04:09:43.906658 |
updated_at | 2021-04-28 08:03:26.51529 |
description | A lightweight and fast library for reading and writing Java classes |
homepage | https://gitlab.com/fee1-dead/coffer |
repository | https://gitlab.com/fee1-dead/coffer |
max_upload_size | |
id | 390008 |
size | 235,257 |
Licensed under LGPL v3 or later, a copy of the Lesser GNU General Public License
can be found by the name of LICENSE.md
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).