// This is free and unencumbered software released into the public domain.
#![no_std]#![forbid(unsafe_code)]#![cfg_attr(docsrs,feature(doc_cfg))]externcrate alloc;#[cfg(feature ="std")]externcrate std;pubmodexecute;pubuseexecute::*;pubmodprograms;pubuseprograms::*;