net-core-api 0.5.3

This crate defines core traits and types for the api defined through the net-stalker project. Amazon Ion is used as the serialization format.
Documentation
1
2
3
4
pub trait Encoder {
    //TODO: Think of returning Result instead of value for logs in future
    fn encode(&self) -> Vec<u8>;
}