Structsยง
- The Bag of Holding
- BohValue ๐A container item for a type-erased object
- Bufs ๐Owns the heap allocations for a
Forth
task. - Dispatcher ๐
- DropDict ๐
- MnemosContext ๐
Traitsยง
- ConvertWord ๐Temporary helper extension trait. Should probably be upstreamed into
forth3
at a later date.
Functionsยง
- dropfn ๐A free function which is used by BagOfHolding::register() to monomorphize a drop function to be held in a BohValue.
- sermux_open_port ๐Binding for
SerialMuxClient::open_port()
- sermux_write_outbuf ๐Binding for
PortHandle::send()
- sleep ๐Binding for
Kernel::sleep()
- spawn_forth_task ๐Binding for
Kernel::spawn()