pdf_core 0.1.10

Low-level PDF parser foundation for semantic PDF diff and comparison tools.
Documentation
[package]
name = "pdf_core"
version = "0.1.10"
edition.workspace = true
license.workspace = true
repository.workspace = true
rust-version.workspace = true
description = "Low-level PDF parser foundation for semantic PDF diff and comparison tools."
readme = "README.md"
keywords = ["pdf", "parser", "diff", "semantic", "comparison"]
categories = ["parser-implementations", "text-processing"]

[dependencies]
flate2.workspace = true
spdfdiff_types.workspace = true

[features]
fuzzing = []

[lints]
workspace = true