summaryrefslogtreecommitdiff
path: root/crates/arti-hyper
Commit message (Collapse)AuthorAgeFilesLines
...
* arti-hyper: Add vacuous doc comments to placate clippyIan Jackson2022-02-231-0/+3
|
* arti-hyper: Move support code into libraryIan Jackson2022-02-232-112/+113
| | | | Pure code motion. (Including motion/copying of "use" lines.)
* arti-hyper: Introduce new ConnectionError typeIan Jackson2022-02-233-13/+43
| | | | | We need this not to use anyhow because we don't want our libraries to expose anyhow, and this is about to go into the library.
* arti-hyper: Move hyper example from arti-clientIan Jackson2022-02-232-2/+166
| | | | Code motion and consequential dependency adjustments.
* arti-hyper: empty crate skeletonIan Jackson2022-02-233-0/+77