humbird 0.1.4

humbird network communication core library,universal server function wrapper library
Documentation
1
2
3
4
5
6
/// this module is responsible for the underlying network communication
pub mod core;
/// this module encapsulates some commonly used utility macros
pub mod macros;
/// this module provides network protocol abstraction
pub mod protocol;