ptth/src/lib.rs

10 lines
225 B
Rust
Raw Normal View History

2020-10-28 00:43:23 +00:00
pub mod http_serde;
pub const PTTH_MAGIC_HEADER: &str = "X-PTTH-2LJYXWC4";
// Basically binaries, but in the lib we can do experimental
// test stuff like spawn them both in the same process
pub mod relay;
pub mod server;