Crate sia[][src]

Re-exports

pub use igcp;

Modules

Macros

construct an io error rapidly

used for internals. pipe!(tx i32, rx u32) -> TypeIter<Tx, TypeIter<Rx>>

Declares pipelines. Pipelines are used to guarantee that communication is correct at compile-time.

Structs

Enums

agnostic channel that can be used for local or remote communication.

Traits

A data structure that can be deserialized from any data format supported by Serde.

A data structure that can be serialized into any data format supported by Serde.

Type Definitions

Attribute Macros

services run on a global cluster that can be exposed through providers. services are an agnostic way of communicating.

Derive Macros