Crate mstickerlib

Source
Expand description

WARINING: this crate is unstable und still have many anti-patterns

Modules§

database
error
image
matrix
tg

Functions§

get_client
set_client
set the crate wide reqwest::Client. This function should be called before performing any other interaction with this create. Otherwise the client can not be set anymore and an error will be return. If this function is not called, the client will be automaticly initialize with reqwest::Client::default