Module library

Module library 

Source

Structs§

ConstantExport
ConstantInfo
Stores the name and value of a constant
FunctionTypeDeserializer
A wrapper type for FunctionType that provides deserialization support via the winter-utils serializer.
FunctionTypeSerializer
A wrapper type for FunctionType that provides serialization support via the winter-utils serializer.
KernelLibrary
Represents a library containing a Miden VM kernel.
Library
Represents a library where all modules were compiled into a MastForest.
ModuleInfo
ProcedureExport
ProcedureInfo
Stores the name and digest of a procedure.
TypeDeserializer
A wrapper type for Type that provides deserialization support via the winter-utils serializer.
TypeExport
TypeInfo
Stores the name and concrete type of a type declaration
TypeSerializer
A wrapper type for Type that provides serialization support via the winter-utils serializer.
Version
SemVer version as defined by https://semver.org.
VersionError
Error parsing a SemVer version or version requirement.

Enums§

ItemInfo
Stores information about an item
LibraryError
LibraryExport
Metadata about a procedure exported by the interface of a Library