mrrc 0.7.6

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
9
# Contributing

How to contribute to MRRC.

- [Development Setup]development-setup.md - Setting up a local development environment
- [Project Layout]project-layout.md - Codebase structure, build system, and how components relate
- [Architecture]architecture.md - Implementation details (GIL release, parser internals, concurrency)
- [Testing]testing.md - Running the test suite
- [Release Procedure]release-procedure.md - How releases are made