Skip to content

Commit 8ff69b2

Browse files
author
Ben Wyatt
authored
Update readme
1 parent 90673b9 commit 8ff69b2

1 file changed

Lines changed: 14 additions & 1 deletion

File tree

README.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,14 @@
1-
java_rs
1+
This is a project for working with Java from Rust code. Currently includes read-only classfile browsing from inside Rust code as well as a GUI. Hopefully one day will include a JVM.
2+
3+
# Build
4+
5+
Clone the repository and open up the base directory in a shell of your choice and make sure Rust is installed. Then run a command:
6+
## Build only
7+
8+
`cargo build --release`
9+
10+
## Run browser GUI
11+
12+
`cargo run --release -p class_browser`
13+
14+
Binaries are found in `./target/release/`

0 commit comments

Comments
 (0)