https://github.com/infinitybotlist/botox
Common rust code
https://github.com/infinitybotlist/botox
Last synced: 8 months ago
JSON representation
Common rust code
- Host: GitHub
- URL: https://github.com/infinitybotlist/botox
- Owner: InfinityBotList
- License: mit
- Created: 2024-04-17T10:44:12.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-23T08:29:41.000Z (almost 2 years ago)
- Last Synced: 2025-02-17T11:31:09.980Z (over 1 year ago)
- Language: Rust
- Size: 65.4 KB
- Stars: 0
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# botox
Set of common primitives for all services. Basically [eureka](https://github.com/InfinityBotList/eureka) but for rust
- help: Help command implementation for serenity+poise
- taskman: Background task implementation on top of tokio
- cache: Simple serenity cache helpers methods and ``CacheHttpImpl`` to satisfy serenities ``CacheHttp`` trait
- crypto: Simple ``gen_random`` helper method to allow easy generation of random strings using the ``rand`` crate
Basically the glue code to make stuff quickly