Module parser

Source
Expand description

Parser to extract indicators from a byte array.

Enums§

Indicator
Data representing a single indicator with a kind and a value.

Functions§

extract_indicator
Extracts and validates a single indicator from a byte array using nom combinators and functions returning an indicator.
extract_indicators
Extracts and validates indicators from a byte array using nom combinators and functions returning a vector of sorted deduplicated indicators.