blackbeam / rust-marc

Apache License 2.0
16 stars 5 forks source link

Writing records to a file #2

Closed lannonbr closed 7 years ago

lannonbr commented 7 years ago

I am currently using your library for our library's MARC records, but we are interested in implementing the ability to write back out to a .mrc file so we can quickly manage our collection of records. A coworker and I are planning on implementing this. Would there be any suggestions on how you would want to implement it, or just go ahead with it?

blackbeam commented 7 years ago

Hi, Benjamin.

Maybe something like Write trait extension with ability to write records? Like this one for example.

lannonbr commented 7 years ago

I believe this task is done. Closing