pahi-olin 0.1.0

The pa'i runtime API bindings
Documentation
/// The Olin ABI implemented for pa'i. This mostly contains rigging and other
/// internal implementation details.

/// Environment variables
pub mod env;

/// Input/Output
pub mod io;

/// Logging support
pub mod log;

/// Simple entropy
pub mod random;

/// Resources
pub mod resource;

/// Runtime interop
pub mod runtime;

/// Startup/cli args
pub mod startup;

/// Time
pub mod time;