📓 | Library consisting various implementation for std and libs by me. https://docs.rs/crate/orzklv/latest
https://docs.rs/crate/orzklv/latest
- Rust 92.3%
- Nix 7.7%
| .github | chore: keep libraries up to date | |
| locales | init: draft version of i18n dependency | |
| src | chore: remove T specifier | |
| .envrc | chore: added forward_tf + update libs | |
| .gitignore | chore: added forward_tf + update libs | |
| Cargo.toml | chore: version bump | |
| flake.lock | chore: keep libraries up to date | |
| flake.nix | chore: keep libraries up to date | |
| LICENSE | Initial commit | |
| README.md | chore: keep libraries up to date | |
| shell.nix | chore: moving openssl to nativeInputs | |
Orzklv's {Library}
Library consisting various implementation for std and libs by me.
Top Used Language Test CI Release CI
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]
- String manipulation [string.rs]
- Telegram bot rich methods [telegram.rs]
Using the library
You may use cargo to add this library to your project:
cargo add orzklv
License
This project is licensed under the BSD-3 Clause License - see the LICENSE file for details.
Orzklv's {Library}