<h1 align="center">Welcome to dofus-framework 👋</h1>
<p>
<img alt="Version" src="https://img.shields.io/badge/version-0.1.0-blue.svg?cacheSeconds=2592000" />
<a href="https://www.apache.org/licenses/LICENSE-2.0" target="_blank">
<img alt="License: Apache--2.0" src="https://img.shields.io/badge/License-Apache--2.0-yellow.svg" />
</a>
</p>
> Rust library project that contains helper modules that are able to sustain a dofus server emulator
## Install
```sh
npm install
```
## Usage
```sh
cargo build --release
```
## Run tests
```sh
cargo test
```
## Author
👤 **dofuzeiro**
## 🤝 Contributing
Contributions, issues and feature requests are welcome!<br />Feel free to
check [issues page](https://github.com/dofuzeiro/dofus-framework/issues).
## Show your support
Give a ⭐️ if this project helped you!
## 📝 License
This project is [Apache-2.0](https://www.apache.org/licenses/LICENSE-2.0) licensed.
***
_This README was generated with ❤️ by [readme-md-generator](https://github.com/kefranabg/readme-md-generator)_