https://github.com/ardaku/clot
An opinionated mini argument parsing library that doesn't use macros.
https://github.com/ardaku/clot
argument-parser argument-parsing cli clot fast-compilation minimal rust rust-crate rust-lang rust-library
Last synced: about 2 months ago
JSON representation
An opinionated mini argument parsing library that doesn't use macros.
- Host: GitHub
- URL: https://github.com/ardaku/clot
- Owner: ardaku
- License: apache-2.0
- Created: 2023-10-20T22:33:57.000Z (over 2 years ago)
- Default Branch: v0
- Last Pushed: 2025-06-13T06:00:38.000Z (12 months ago)
- Last Synced: 2026-02-14T22:33:42.134Z (4 months ago)
- Topics: argument-parser, argument-parsing, cli, clot, fast-compilation, minimal, rust, rust-crate, rust-lang, rust-library
- Language: Rust
- Homepage: https://docs.rs/clot
- Size: 44.9 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE_APACHE
Awesome Lists containing this project
README
# Clot
#### Command Line Option Tree
An opinionated mini argument parsing library that doesn't use macros.
## MSRV
The current MSRV is Rust 1.85.
Any future MSRV updates will follow the [Ardaku MSRV guidelines].
## License
Copyright © 2024-2025 The Clot Contributors.
Licensed under any of
- Apache License, Version 2.0, ([LICENSE\_APACHE] or
)
- Boost Software License, Version 1.0, ([LICENSE\_BOOST] or
)
- MIT License, ([LICENSE\_MIT] or )
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 .
[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