mc1098 / ci601

Command line tool for searching and editing bibliographic entries to a supported format file. [Uni work]
MIT License
0 stars 0 forks source link

Refactor `BiblioResolver` #113

Closed mc1098 closed 2 years ago

mc1098 commented 2 years ago

Uses a simpler iter method instead of the MapIter.

Extracts BiblioResolver from the Biblio module in the same manner as Entry/Resolver.

Adds unit tests to Biblio and BiblioResolver