27 lines
688 B
Markdown
27 lines
688 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)
|
||
- [x] [logging](lib/logger)
|
||
- [x] [macros](lib/macros)
|
||
- [x] [sched](lib/sched) <img src=".github/img/icon-has-submodules.svg" height="16">
|
||
|
||
> [!NOTE]
|
||
> <img src=".github/img/icon-has-submodules.svg" height="16"> : Means that the feature has sub-features. |