rust-asm 0.1.2

ObjectWeb ASM implemented in Rust
Documentation
# rust-asm

ObjectWeb ASM implementation in Rust

## Getting started

Execute this inside your project!

```shell
cargo add rust-asm
```

Or manually add it in Cargo.toml

```toml
# Remove the macros feature if you don't need macros
rust-asm = { version = "<version>", features = ["macros"] }
```

## Feature

- 1:1 (almost) ASM API
- Frame compute support

## Documentation

[rust-asm at docs.rs](https://docs.rs/rust-asm)

## Thanks

- [XNLawa]https://github.com/XNLawa/ for class-writer implementation