tabula 0.1.0

Rust bindings for tabulapdf/tabula-java
Documentation
# Welcome to tabula-rs 👋
![Version](https://img.shields.io/badge/version-0.1.0-blue?style=for-the-badge)
[![Documentation](https://img.shields.io/badge/documentation-yes-brightgreen?style=for-the-badge)](https://sp1ritcs.github.io/tabula-rs/tabula/)
[![crates.io: tabula](https://img.shields.io/crates/d/tabula?style=for-the-badge)](https://crates.io/crates/tabula)
[![License: AGPL-3.0](https://img.shields.io/badge/license-AGPL--3.0-blueviolet?style=for-the-badge)](https://github.com/sp1ritCS/tabula-rs/blob/master/LICENSE.md)

> Rust bindings for [tabula-java]https://github.com/tabulapdf/tabula-java

### 🏠 [Homepage]https://github.com/sp1ritCS/tabula-rs

## Install

Add this to your `Cargo.toml`:
```toml
tabula = "0.1.0"
```

## Run tests

```sh
cargo test
```

## Author

👤 **Florian "sp1rit"**

* Website: https://sp1rit.ml
* Twitter: [@sp1ritCS]https://twitter.com/sp1ritCS
* GitHub: [@sp1ritCS]https://github.com/sp1ritCS

## 🤝 Contributing

Contributions, issues and feature requests are welcome!

Feel free to check [issues page](https://github.com/sp1ritCS/tabula-rs/issues). 

## Show your support

Give a ⭐️ if this project helped you!


## 📝 License

Copyright (c) 2021 [Florian "sp1rit"](https://github.com/sp1ritCS).

This project is [AGPL-3.0](https://github.com/sp1ritCS/tabula-rs/blob/master/LICENSE.md) licensed.

***
_This README was generated with ❤️ by [readme-md-generator](https://github.com/kefranabg/readme-md-generator)_