libtbr/README.md

15 lines
287 B
Markdown
Raw Normal View History

2025-07-31 09:35:54 +07:00
# 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