marque-core 0.1.0

Format-agnostic scanner and parser for IC classification markings
Documentation

marque-core — format-agnostic scanner and parser for IC classification markings.

This crate is WASM-safe: no format dependencies, no I/O, operates on &[u8]. The pipeline entry point is [Scanner], which produces [Span]s that the [Parser] converts into [IsmAttributes].

Core ISM types (Span, IsmAttributes, TokenSet, etc.) are defined in marque-ism and re-exported here for backward compatibility.