Skip to content

Commit b2a6de7

Browse files
committed
Updated version and readme for 0.3.0 now all attributes critical for JVM are complete
1 parent 7ef0d67 commit b2a6de7

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "classfile-parser"
33
description = "A parser for Java Class files written in rust"
4-
version = "0.2.2"
4+
version = "0.3.0"
55
authors = ["Nick Palmer <nick@palmr.co.uk>"]
66
keywords = ["java", "parsing", "class", "classfile"]
77
categories = ["parser-implementations"]

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Java Classfile parser
22

3-
[![LICENSE](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE)
3+
[![LICENSE](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE.txt)
44
[![Build Status](https://travis-ci.org/Palmr/classfile-parser.svg?branch=master)](https://travis-ci.org/Palmr/classfile-parser)
55
[![Crates.io Version](https://img.shields.io/crates/v/classfile-parser.svg)](https://crates.io/crates/classfile-parser)
66

@@ -35,14 +35,14 @@ A parser for [Java Classfiles](https://docs.oracle.com/javase/specs/jvms/se10/ht
3535
- [x] Fields
3636
- [x] Methods
3737
- [x] Attributes
38-
- [ ] Basic attribute info block parsing
38+
- [x] Basic attribute info block parsing
3939
- [ ] Known typed attributes parsing
40-
- [ ] Critical for JVM
40+
- [x] Critical for JVM
4141
- [x] ConstantValue
4242
- [x] Code
4343
- [x] StackMapTable
4444
- [x] Exceptions
45-
- [ ] BootstrapMethods
45+
- [x] BootstrapMethods
4646
- [ ] Critical for Java SE
4747
- [ ] InnerClasses
4848
- [ ] EnclosingMethod

0 commit comments

Comments
 (0)