ocapn-netlayer 0.1.4

OCapN transport layer interfaces and types
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
pub mod connection;
pub mod connector;
pub mod crypto;
pub mod locator;
pub mod message;
mod tcp;
mod tls;
mod tor;

pub use anyhow::{Error, Result};

// TODO: transports
// TODO: export and import state machine & gc
// TODO: signing and certs and stuff probably, need to finish the impl guide