<p align="center">
<img src=".github/assets/header.png" alt="Orzklv's {Library}">
</p>
<p align="center">
<h3 align="center">Library consisting various implementation for std and libs by me.</h3>
</p>
<p align="center">
<img align="center" src="https://img.shields.io/github/languages/top/dark-voyage/liborzklv?style=flat&logo=nixos&logoColor=ffffff&labelColor=242424&color=242424" alt="Top Used Language">
<a href="https://github.com/dark-voyage/liborzklv/actions/workflows/test.yml"><img align="center" src="https://img.shields.io/github/actions/workflow/status/dark-voyage/liborzklv/test.yml?style=flat&logo=github&logoColor=ffffff&labelColor=242424&color=242424" alt="Test CI"></a>
<a href="https://github.com/dark-voyage/liborzklv/actions/workflows/release.yml"><img align="center" src="https://img.shields.io/github/actions/workflow/status/dark-voyage/liborzklv/release.yml?style=flat&logo=github&logoColor=ffffff&labelColor=242424&color=242424" alt="Release CI"></a>
</p>
## About
It's a collection of various implementations of standard libraries and utilities that I use in my projects. It's a work in progress and I'm adding more and more as I go.
## Features
- CLI additions [[cli.rs]](./src/cli)
- String manipulation [[string.rs]](./src/string)
- Telegram bot rich methods [[telegram.rs]](./src/telegram)
## Using the library
You may use cargo to add this library to your project:
```shell
cargo add orzklv
```
## License
This project is licensed under the BSD-3 Clause License - see the [LICENSE](LICENSE) file for details.
<p align="center">
<img src=".github/assets/footer.png" alt="Orzklv's {Library}">
</p>