geam-core 0.2.1

Typed Gleam planning, host, and execution core for Geam
Documentation
#[path = "host/callback.rs"]
mod callback;
#[path = "host/compound.rs"]
mod compound;
#[path = "host/dynamic.rs"]
mod dynamic;
#[path = "host/error.rs"]
mod error;
#[path = "host/execution.rs"]
mod execution;
#[path = "host/external.rs"]
mod external;
#[path = "host/non_returning.rs"]
mod non_returning;
#[path = "host/provider.rs"]
mod provider;
#[path = "host/registration.rs"]
mod registration;
#[path = "host/signature.rs"]
mod signature;
#[path = "host/state.rs"]
mod state;
#[path = "host/stored.rs"]
mod stored;
#[path = "host/transient.rs"]
mod transient;