1
2
3
4
5
6
7
8
/*
 * vented asynchronous event based tcp server
 * Copyright (C) 2020 trivernis
 * See LICENSE for more information
 */

pub mod result;
pub mod sync;