# yaircc
[![CircleCI badge]][CircleCI]
[![crates.io badge]][crates.io]
[![docs.rs badge]][docs.rs]
**yaircc** is a **y**et **a**nother low level **irc** **c**lient library, inspired by and forked from [sbstp/loirc].
## License
_yaircc_ is distributed under the terms of both [MIT License] and
[Apache License 2.0].
Codes in `src/message.rs` and `gen/` are from [sbstp/loirc].
See [COPYRIGHT] for detail.
[CircleCI]: https://circleci.com/gh/pbzweihander/yaircc
[CircleCI badge]: https://circleci.com/gh/pbzweihander/yaircc.svg?style=shield
[crates.io]: https://crates.io/crates/yaircc
[crates.io badge]: https://badgen.net/crates/v/yaircc
[docs.rs]: https://docs.rs/yaircc
[docs.rs badge]: https://docs.rs/yaircc/badge.svg
[sbstp/loirc]: https://github.com/sbstp/loirc
[MIT License]: LICENSE-MIT
[Apache License 2.0]: LICENSE-APACHE
[COPYRIGHT]: COPYRIGHT