juno 0.1.2

A helper rust library for the juno microservices framework
Documentation
1
2
3
4
5
6
7
8
9
10
11
mod juno_module;
mod utils;

pub mod connection;
pub mod models;
pub mod protocol;

#[macro_use]
pub mod macros;

pub use juno_module::{json, JunoModule};