jonas-schievink/xml-rpc-rs

Reexport reqwest

Open

#36 opened on Feb 3, 2018

View on GitHub
 (0 comments) (0 reactions) (0 assignees)Rust (21 forks)github user discovery
enhancementhelp wanted

Repository metrics

Stars
 (27 stars)
PR merge metrics
 (PR metrics pending)

Description

If a downstream crate wants to send a request and can't just use call_url, it might be handy if we reexport reqwest so they don't have to add the correct version to Cargo.toml.

Need to figure out if this is a good idea and a common or recommended pattern.

Contributor guide