Uller Macro
Crate provides a useful interface for the uller crate
Qller (default)
Macros for implementing MakeLink in query style using a struct as input
Example
use prelude;
This will convert to http://127.0.0.1:1234/?v={value}&f={value}
Note: Positions start at 0, like an array.
Juller (feature - juller)
Macros for downloading <T> using a struct that implements MakeLink (Qller) and JsonDownload
Example
use prelude;
async
Buller (feature - buller)
Macros for downloading Bytes using a struct that implements MakeLink (Qller) and BytesDownload
Example
use prelude;
async