mrrc 0.7.4

A Rust library for reading, writing, and manipulating MARC bibliographic records in ISO 2709 binary format
Documentation
1
2
3
4
5
6
7
8
{
  "projectTitle": "MRRC: MARC Rust Crate",
  "description": "Rust library for MARC bibliographic records (ISO 2709) with pymarc-compatible Python bindings. Supports JSON, MARCXML, CSV, Dublin Core, MODS, BIBFRAME formats.",
  "folders": ["src", "src-python/src", "mrrc", "docs/getting-started", "docs/tutorials", "docs/guides", "docs/reference", "docs/contributing", "examples"],
  "excludeFolders": ["docs/history", "docs/design", "target", ".beads", ".claude", "tests/data", "benches", "scripts"],
  "excludeFiles": ["Cargo.lock"],
  "rules": "mrrc/_mrrc.pyi is the canonical Python API reference. Python MARCReader wraps Rust _MARCReader via self._inner delegation in mrrc/__init__.py."
}