restless-hyper 0.1.0

Hyper integration for restless
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "restless-hyper"
version = "0.1.0"
description = "Hyper integration for restless"
edition.workspace = true
license.workspace = true
authors.workspace = true
homepage.workspace = true
repository.workspace = true

[dependencies]
http = "0.2.9"
hyper = "0.14.27"
restless-core = { workspace = true, features = ["http", "bytes"] }
thiserror.workspace = true