tarsc 0.1.0

A high performance microservice framework in Rust.
Documentation
#[cfg(test)]
mod tests {
    #[test]
    fn it_works() {
        assert_eq!(2 + 2, 4);
    }
}