Module il2_iltags::tags::raw[][src]

Expand description

This module contains helper struct and functions that allows the parsing of a serialized sequence of tags. It allows the extraction tag information from any sequence of bytes without the need to convert it into an crate::tags::ILTag instance.

It is expected that

New since 1.4.0.

Structs

This struct implements the raw tag offset information. It stores the information about a tag, such as its id and the location of its parts inside a sequence of bytes.

This struct implements a Raw tag scanner that can scan a reader and find the information about the tags inside it.