clot 0.1.0

An opinionated mini argument parsing library that doesn't use macros
Documentation
# Clot

#### Command Line Option Tree

An opinionated mini argument parsing library that doesn't use macros.

## MSRV

The current MSRV is Rust 1.70.

MSRV is updated according to the [Ardaku MSRV guidelines].

## License

Copyright © 2024 The Clot Contributors.

Licensed under any of
 - Apache License, Version 2.0, ([LICENSE\_APACHE] or
   <https://www.apache.org/licenses/LICENSE-2.0>)
 - Boost Software License, Version 1.0, ([LICENSE\_BOOST] or
   <https://www.boost.org/LICENSE_1_0.txt>)
 - MIT License, ([LICENSE\_MIT] or <https://mit-license.org/>)

at your option.

### Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted
for inclusion in the work by you, as defined in the Apache-2.0 license, shall be
licensed as described above, without any additional terms or conditions.

## Help

If you want help using or contributing to this library, feel free to send me an
email at <aldaronlau@gmail.com>.

[Ardaku MSRV guidelines]: https://github.com/ardaku/.github/blob/v1/profile/MSRV.md
[LICENSE\_APACHE]: https://github.com/ardaku/clot/blob/v0/LICENSE_APACHE
[LICENSE\_BOOST]: https://github.com/ardaku/clot/blob/v0/LICENSE_BOOST
[LICENSE\_MIT]: https://github.com/ardaku/clot/blob/v0/LICENSE_MIT