//! The parsed profile: the header plus its tag table.
use crateProfileHeader;
use crateTagEntry;
/// A parsed ICC profile.
///
/// Holds the decoded [`ProfileHeader`] and the tag table. The parsed element data for each tag
/// (curves, matrices, CLUTs, text) is materialised through the tag table in the implementation
/// phase; this scaffold models the structural skeleton only.