Crate metainfo[][src]

Re-exports

pub use backward::Backward;
pub use forward::Forward;

Modules

Structs

MetaInfo is used to passthrough information between components and even client-server. It supports two types of info: typed map and string k-v. It is designed to be tree-like, which means you can share a MetaInfo with multiple children. Note: only the current scope is mutable.

Constants