# text2checkstyle
[![crates version][crates-image]][crates-url] [![Travis-CI Status][travis-image]][travis-url] [![Appveyor Status][appveyor-image]][appveyor-url] ![license][license-image]
> Convert text to checkstyle.
See [text2checkstyle_cli](https://github.com/packsaddle/rust-text2checkstyle_cli) for the command-line version.
## Install
```
$ cargo install text2checkstyle
```
## changelog
[changelog](./changelog.md)
## License
MIT/Apache-2.0 © [sanemat](http://sane.jp)
[travis-url]: https://travis-ci.org/packsaddle/rust-text2checkstyle
[travis-image]: https://img.shields.io/travis/packsaddle/rust-text2checkstyle/master.svg?style=flat-square&label=travis
[appveyor-url]: https://ci.appveyor.com/project/sanemat/rust-text2checkstyle/branch/master
[appveyor-image]: https://img.shields.io/appveyor/ci/sanemat/rust-text2checkstyle/master.svg?style=flat-square&label=appveyor
[crates-url]: https://crates.io/crates/text2checkstyle
[crates-image]: https://img.shields.io/crates/v/text2checkstyle.svg?style=flat-square
[license-image]: https://img.shields.io/crates/l/text2checkstyle.svg?style=flat-square