Module rscript::scripting[][src]

Expand description

Module that contains traits that improves writing scripts experience

Traits

Trait that can be implemented on a script abstraction struct
The implementer should provide Scripter::script_type, Scripter::name, Scripter::hooks and Scripter::version
The struct should call Scripter::execute