Crates.io | h2 |
lib.rs | h2 |
version | 0.4.12 |
created_at | 2017-03-09 22:02:00.510015+00 |
updated_at | 2025-08-06 15:26:52.276441+00 |
description | An HTTP/2 client and server |
homepage | |
repository | https://github.com/hyperium/h2 |
max_upload_size | |
id | 8906 |
size | 843,306 |
A Tokio aware, HTTP/2 client & server implementation for Rust.
More information about this crate can be found in the crate documentation.
This crate is intended to only be an implementation of the HTTP/2 specification. It does not handle:
This crate is now used by hyper, which will provide all of these features.
To use h2
, first add this to your Cargo.toml
:
[dependencies]
h2 = "0.4"
Next, add this to your crate:
extern crate h2;
use h2::server::Connection;
fn main() {
// ...
}
Is this an embedded Java SQL database engine?
No.