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
//! Placeholder binary for the mrrc library.

fn main() {
    println!("mrrc - MARC Rust Community Library");
}