ModulesΒ§
- ascii_
table π - encoder_
task π - loading_
reaction π - timed_
cache π
StructsΒ§
- Ascii
Table - An ascii table
- Encoder
Task - A task to re-encode things
- Loading
Reaction - This type attaches to a message and displays a loading sign until
send_okorsend_errare called, where it then displays a check or an X respectively. If neither are called, send_err is called automatically from the destructor. All functions are not async and can only be used from a tokio runtime context. Errors are silently ignored. - Timed
Cache - A cache with entries that βexpireβ after a per-cache time limit
- Timed
Cache Entry
StaticsΒ§
- URL_
REGEX π - Source: https://urlregex.com/
FunctionsΒ§
- extract_
urls - Get an iterator over urls in text.