sia 0.0.4

distributed systems library for making communications through the network easier
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
pub mod providers;
pub mod routes;
pub mod runtime;
pub mod service;

pub use igcp;
pub use igcp::{err, pipe, pipeline, Channel};
pub use serde::{Deserialize, Serialize};
pub use sia_macro::*;

pub use igcp::Result;
pub use providers::Addr;
pub use providers::ServiceAddr;