Skip to main content

Crate witnet

Crate witnet 

Source
Expand description

A lightweight, high-performance TCP wire protocol library designed for transferring execution witnesses with zero-buffering overhead.

Re-exports§

pub use auth::JwtSecret;
pub use body::Body;
pub use client::Client;
pub use request_response::Request;
pub use request_response::Response;
pub use router::Router;
pub use router::State;
pub use server::Server;

Modules§

auth
JWT authentication following the Ethereum EngineAPI conventions.
body
client
protocol
request_response
router
server