module

Types

pub type Module {
  Module(version: Int)
}

Constructors

  • Module(version: Int)

Functions

pub fn from_raw_data(
  raw_data: BitArray,
) -> Result(Module, String)
pub fn get_module_version(
  raw_data: BitArray,
) -> Result(Int, String)
pub fn try_detect_signature(raw_data: BitArray) -> Bool
Search Document