Module base

Source
Expand description

Basic traits and types for script.

Traitsยง

AnyDebug
A trait for types that can be displayed in debug format and are also support downcasting.
Archive
A trait for creating archives.
ArchiveContent
A trait to present the file in an archive.
ReadSeek
A trait for reading and seeking in a stream.
Script
A trait for script types.
ScriptBuilder
A trait for script builders.
WriteSeek
A trait for writing and seeking in a stream.