ocapn_netlayer/lib.rs
1pub mod connection;
2pub mod connector;
3pub mod crypto;
4pub mod locator;
5pub mod message;
6mod tcp;
7mod tls;
8mod tor;
9
10pub use anyhow::{Error, Result};
11
12// TODO: transports
13// TODO: export and import state machine & gc
14// TODO: signing and certs and stuff probably, need to finish the impl guide