Expand description
Auto-generated module
🤖 Generated with SplitRS
Constants§
- FORMAT_
VERSION - Module format version.
- MAGIC_
NUMBER - Serialization format identifier.
Functions§
- check_
bytes_ integrity - Check the integrity of serialized module bytes.
- check_
module_ integrity - Check the integrity of a module.
- deserialize_
module - Deserialize an
ExportedModulefrom bytes produced byserialize_module. - deserialize_
module_ header - Deserialize only the module header (name, version, declaration count).
- diff_
modules - Compute the diff between two module versions.
- export_
environment - Export an environment to a module.
- import_
module - Import a module into an environment.
- serialize_
module - Serialize an
ExportedModuleto a compact binary format.