ObjectWeb ASM implementation in Rust
Execute this inside your project!
```shell
cargo add rust-asm
```
Or manually add it in Cargo.toml
```toml
rust-asm = { version = "<version>", features = ["macros"] }
```
- -
[rust-asm at docs.rs](https://docs.rs/rust-asm)
-