Module scheme

Source

Structs§

Arg
A struct for temporary storage of the argument datatypes which is used in environment.rs for data type extraction.
Argument
A structure which hold information about procedure’s argument.
Define
A struct which holds information about definitions.
DefineEnum
A struct which holds information about definitions.
ForegnProc
A struct which holds information about procedures which are declared in procedure, which are allowed to appear there.
ProcFlags
Flags which control the operation of openlog() and subsequent calls to syslog.
Procedure
A strucure which holds information about procedure read from init (static scheme) scheme files.
Serializator
This struct contains information about the Serializator instance which is defined in scheme and starting with (serialization “name” …).

Enums§

ArgDataType
An argument data type.
GenericDataTypes
A generic data type for dynamic scheme.
VectorSerializType
Defines a type of the (f/vector) field. Used by the generator.rs in order to generate Rust structs and enums fields.