Skip to content

Commit 9703d0d

Browse files
committed
refactor: update to use ristretto_classfile crate to generate Java byte code
1 parent f489524 commit 9703d0d

File tree

6 files changed

+203
-271
lines changed

6 files changed

+203
-271
lines changed

Cargo.lock

Lines changed: 104 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ version = "0.1.0"
44
edition = "2024"
55

66
[dependencies]
7+
ristretto_classfile = { version = "0.14.0" }
78

89
[lib]
910
crate-type = ["dylib"]

rust-toolchain

Lines changed: 0 additions & 1 deletion
This file was deleted.

rust-toolchain.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[toolchain]
2+
channel = "nightly"
3+
components = ["rustc-dev", "llvm-tools-preview"]

setup.sh

100644100755
File mode changed.

0 commit comments

Comments
 (0)