Skip to main content

Crate uller

Crate uller 

Source
Expand description

This crate provide useful interface for creating links and download data by created links

Modules§

prelude
Just all that you need.

Structs§

Url
A parsed URL record.

Traits§

BytesDownload
Download bytes by link
JsonDownload
Desirialize to json any struct by link
MakeLink
Trait for unification Url builder

Derive Macros§

Buller
Macros for download [Bytes] using struct which implement [MakeLink] (Qller) and [BytesDownload]
Juller
Macros for download <T> using struct which implement [MakeLink] (Qller) and [JsonDownload]
Qller
Macros for implement MakeLink in query style by using struct as prompt