Modules
- Test Utilities
- vm 🔒
Macros
- Constructs an
AsyncBuiltinEntry
for an asynchronous builtin word.
Structs
- A Forth VM in which some builtin words are implemented by
async fn
s (orFuture
s). - Forth is the “context” of the VM/interpreter.
Enums
Traits
Type Definitions
- WordFunc 🔒
WordFunc
represents a function that can be used as part of a dictionary word.