30 lines
977 B
Markdown
30 lines
977 B
Markdown
<p align="center"><img src=".github/img/logo.svg" height="128"></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) <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) <picture><img alt="has subfeatures" src=".github/img/icon-has-submodules.svg" height="12"></picture>
|
||
|
||
> [!NOTE] Sub-Features
|
||
>
|
||
> <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. |