Crate sylt_common[][src]

Re-exports

pub use blob::Blob;
pub use block::Block;
pub use block::BlockLinkState;
pub use error::Error;
pub use op::Op;
pub use op::OpResult;
pub use prog::Prog;
pub use ty::Type;
pub use upvalue::UpValue;
pub use value::MatchableValue;
pub use value::Value;

Modules

Structs

Traits

Type Definitions

A linkable external function. Created either manually or using sylt_macro::extern_function.