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.