humbird 0.1.4

humbird network communication core library,universal server function wrapper library
Documentation
1
2
3
4
5
6
7
8
struct Codec;

impl Codec {
    /// encode
    pub fn encode() -> Result<Vec<u8>, ()> {}
    /// decode
    pub fn decode() -> Result<Vec<u8>, ()> {}
}