An open API service indexing awesome lists of open source software.

https://github.com/infinitybotlist/botox

Common rust code
https://github.com/infinitybotlist/botox

Last synced: 8 months ago
JSON representation

Common rust code

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