pdf_oxide 0.3.24

The fastest Rust PDF library with text extraction: 0.8ms mean, 100% pass rate on 3,830 PDFs. 5× faster than pdf_extract, 17× faster than oxidize_pdf. Extract, create, and edit PDFs.
Documentation
# Binary files — prevent CRLF conversion on Windows
*.pdf binary
*.PDF binary

# Source files — force LF line endings on all platforms.
# Without this, Git for Windows converts LF→CRLF on checkout, and `gofmt -l`,
# `cargo fmt --check`, `dotnet format`, and eslint all reject the result.
*.rs    text eol=lf
*.go    text eol=lf
*.py    text eol=lf
*.cs    text eol=lf
*.ts    text eol=lf
*.tsx   text eol=lf
*.js    text eol=lf
*.mjs   text eol=lf
*.cjs   text eol=lf
*.json  text eol=lf
*.toml  text eol=lf
*.yml   text eol=lf
*.yaml  text eol=lf
*.md    text eol=lf
*.sh    text eol=lf
Makefile text eol=lf

# Windows-specific files that expect CRLF
*.bat   text eol=crlf
*.cmd   text eol=crlf
*.ps1   text eol=crlf