Crate stainless_script

Source

Modules§

class
module
node
object
program
socket
stdlib

Structs§

ExecutionContext
Context for nodes. Nodes get their inputs, set their ouputs, redirect to subroutine and other through this context.
Executor
Initialize with Default::default or new_with_loaded if you have already loaded data, load plugins and programs through load_plugin and load_program, start execution with start_execution, execute step-by-step with execute_step (will advance automatically)

Traits§

Plugin