hyperdriver 0.12.3

The missing middle for Hyper - Servers and Clients with ergonomic APIs
Documentation
1
2
3
4
5
6
7
8
9
10
11
//! Utilities for working across types of streams inside a single connector,
//! to allow the upstream routing table to select the most appropriate type of
//! conenction.

#[cfg(feature = "stream")]
mod core;

#[cfg(feature = "stream")]
pub use core::Braid;

pub use chateau::stream::{duplex, tcp, unix};