2 releases
0.0.11 | Feb 1, 2020 |
---|---|
0.0.0-git | Jan 30, 2020 |
#10 in #jar
99 downloads per month
65KB
1K
SLoC
jreflection
Java Reflection
Static reflection APIs for analyzing jars and jimage files.
This crate mainly exists to support jni-bindgen. However, it attempts to support fully parsing jars and jimages, so it has other potential uses. In particular, I'm getting very tempted to use it for some form of multi-JDK documentation generation.
Branch | Badges | Notes |
---|---|---|
publish | Stable/published version | |
master | "Completed" stuff that hasn't been published. | |
wip/* | "Work In Progress" - incomplete, use at your own risk. | |
dead/* | Abandoned threads of work |
License
Licensed under either of
- Apache License, Version 2.0 (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)
at your option.
Contribution
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.
Dependencies
~2.3–3.5MB
~61K SLoC