rust-asm 0.2.0

ObjectWeb ASM implementation in Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "rust-asm"
description = "ObjectWeb ASM implementation in Rust"
repository = "https://github.com/cubewhy/rust-asm"
documentation = "https://docs.rs/rust-asm"
version = "0.2.0"
edition = "2024"
license = "MIT"

[features]
macros = []

[dependencies]
thiserror = "2"