[ci]: https://github.com/kevinmatthes/aeruginous-io/workflows/ci/badge.svg
[crate]: https://crates.io/crates/aeruginous-io
[crates-io]: https://img.shields.io/crates/v/aeruginous-io
[deps]: https://deps.rs/repo/github/kevinmatthes/aeruginous-io/status.svg
[deps-rs]: https://deps.rs/repo/github/kevinmatthes/aeruginous-io
[docs]: https://docs.rs/aeruginous/badge.svg
[docs-rs]: https://docs.rs/aeruginous-io
[downloads]: https://img.shields.io/crates/d/aeruginous-io
[gpl3]: https://github.com/kevinmatthes/aeruginous-io/blob/main/LICENSE
[lcns]: https://img.shields.io/github/license/kevinmatthes/aeruginous-io
[lst]: https://img.shields.io/github/last-commit/kevinmatthes/aeruginous-io
[msrv]: https://img.shields.io/badge/MSRV-1.78.0-brightgreen
[release]: https://github.com/kevinmatthes/aeruginous-io/releases/latest
[renovate]: https://img.shields.io/badge/renovate-enabled-brightgreen.svg
[repository]: https://github.com/kevinmatthes/aeruginous-io
[tag]: https://img.shields.io/github/v/tag/kevinmatthes/aeruginous-io
The Aeruginous Open Source Development Toolbox
## Summary
[![][ci]][repository]
[![][lst]][repository]
[![][lcns]][repository]
[![][renovate]][repository]
[![][tag]][release]
[![][crates-io]][crate]
[![][deps]][deps-rs]
[![][docs]][docs-rs]
[![][downloads]][crate]
[![][msrv]][repository]
A set of input / output utilities for the Aeruginous Open Source Development
Toolbox.
1. [License](#license)
1. [Dependencies](#dependencies)
The current code coverage is **86.56%**.
## License
This project's license is **GPL-3.0**. The whole license text can be found
in [`LICENSE`][gpl3] in the repository root. The brief version is as
follows:
> Copyright (C) 2024 Kevin Matthes
>
> This program is free software: you can redistribute it and/or modify
> it under the terms of the GNU General Public License as published by
> the Free Software Foundation, either version 3 of the License, or
> (at your option) any later version.
>
> This program is distributed in the hope that it will be useful,
> but WITHOUT ANY WARRANTY; without even the implied warranty of
> MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
> GNU General Public License for more details.
>
> You should have received a copy of the GNU General Public License
> along with this program. If not, see .
## Dependencies
- [`sysexits`]
[![](https://img.shields.io/crates/l/sysexits)
](https://github.com/sorairolake/sysexits-rs)