FerroBabe 0.1.1

A lightweight Rust library for disassembling Java class files.
Documentation
# FerroBabe

FerroBabe is a Lightweight Rust library for disassembling Java class.

## Install

FerroBabe is published on [crates.io](https://crates.io/crates/FerroBabe):

```bash
cargo add FerroBabe
```

API documentation is hosted on [docs.rs/FerroBabe](https://docs.rs/FerroBabe).

## Build
- Rust
- cargo
```bash
git clone https://github.com/NyankoDev/FerroBabe.git

cd FerroBabe

cargo build
```

## Contributes
We encourage contributions

If you have the energy or interest, PR are welcome

## License

Licensed under the MIT License. See [LICENSE](LICENSE).