http_cat
Rust wrapper around http.cat
The simplest way to use http_cat is like so:
use HttpCat;
async
This is the resulting image:
You can also optionally enable the http
and/or rocket features to convert
those libraries' own status structures to HttpCat with ::try_from().
[]
= { = "0.1.0", = ["rocket"] }