hyper integration with smol-rs crates
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2026-04-06 20:09:29 +02:00
.woodpecker chore: Bump MSRV to v1.71 2026-02-14 22:41:26 +01:00
src Add new() to SmolTimer 2023-12-29 12:02:49 -08:00
.gitignore Batman! (This commit has no parents) 2023-12-25 15:18:37 -08:00
Cargo.lock chore(deps): update rust crate async-executor to v1.14.0 2026-02-16 00:02:22 +00:00
Cargo.toml chore: sync dependencies (monorepo) 2026-04-06 20:09:29 +02:00
CHANGELOG.md chore: Bump MSRV to v1.71 2026-02-14 22:41:26 +01:00
LICENSE-APACHE Batman! (This commit has no parents) 2023-12-25 15:18:37 -08:00
LICENSE-MIT Batman! (This commit has no parents) 2023-12-25 15:18:37 -08:00
README.md Add README and all 2023-12-25 17:07:00 -08:00
renovate.json ci: Add Renovate 2024-04-20 14:32:22 -07:00

smol-hyper

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.

License

Licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.