lool/README.md

30 lines
963 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<p align="center"><img src=".github/img/logo.svg" width="200"></p>
<br>
<br>
<br>
<p align="center"><b>𝐥𝐨𝐨𝐥</b> is a tool-box library with common utilities for <b>𝚕𝚞𝚌𝚘𝚍𝚎.𝚊𝚛</b> projects.
</p>
<br>
<br>
<br>
# Features
In order to avoid compiling unnecessary code and expensive dependencies, `lool` is split into
several features and "sub-features".
## Main features
- [x] [cli](lib/cli)&nbsp;&nbsp;<picture><img alt="has subfeatures" src=".github/img/icon-has-submodules.svg" height="12"></picture>
- [x] [logging](lib/logger)
- [x] [macros](lib/macros)
- [x] [sched](lib/sched)&nbsp;&nbsp;<picture><img alt="has subfeatures" src=".github/img/icon-has-submodules.svg" height="12"></picture>
> [!NOTE]
>
> <picture><img alt="has subfeatures" src=".github/img/icon-has-submodules.svg" height="12"></picture> » Means that the feature has sub-features.
>
> Check the module's specific documentation for more information.