15 lines
287 B
Markdown
15 lines
287 B
Markdown
|
|
# libtbr
|
||
|
|
|
||
|
|
`libtbr` is library for operating files especially for Taobin recipes. Provides a set of utilities for operations like querying, filtering, sorting, merging and more.
|
||
|
|
|
||
|
|
```
|
||
|
|
cargo add --git https://gitlab.forthrd.io/Pakin/libtbr.git
|
||
|
|
```
|
||
|
|
|
||
|
|
```
|
||
|
|
cargo update
|
||
|
|
```
|
||
|
|
|
||
|
|
## Examples
|
||
|
|
|
||
|
|
...WIP
|