Crate graphix_rt

Crate graphix_rt 

Source
Expand description

A general purpose graphix runtime

This module implements a generic graphix runtime suitable for most applications, including applications that implement custom graphix builtins. The graphix interperter is run in a background task, and can be interacted with via a handle. All features of the standard library are supported by this runtime.

Structs§

Callable
CallableId
CompExp
CompRes
GXConfig
GXConfigBuilder
Builder for GXConfig.
GXHandle
A handle to a running GX instance.
GXRt
NamedCallable
NoExt
Ref
TRef

Enums§

GXConfigBuilderError
Error type for GXConfigBuilder
GXEvent

Traits§

GXExt
Trait to extend the event loop