blackbeam / rust-marc

Apache License 2.0
16 stars 5 forks source link

Implemented WriteRecordExt #4

Closed lannonbr closed 7 years ago

lannonbr commented 7 years ago

I implemented the WriteRecordExt as discussed about in issue #2. With the implementation, I also added some documentation as well as a test.

lannonbr commented 7 years ago

The changes have been made to make WriteRecordExt work for anything that implements io::Write.

blackbeam commented 7 years ago

Thanks! Will publish soon.

blackbeam commented 7 years ago

Published as v1.3.0