WIP README

This commit is contained in:
Pakin 2025-07-31 09:35:54 +07:00
parent d839291b6b
commit 7769fbf8b6

15
README.md Normal file
View file

@ -0,0 +1,15 @@
# 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