Crate smol_hyper

source ·
Expand description

Implementation of hyper’s runtime traits for smol.

The goal of this crate is to allow for greater integration between hyper and smol. It is deliberately constrained and implements the following:

This crate should allow for smol’s type to be used in hyper contexts.

Modules