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

Revert dynamic entry #135

Closed mc1098 closed 2 years ago

mc1098 commented 2 years ago

Revert back to enum representation of Entry as these being set and statically available allows creating the correct resolver dynamically from the EntryKind enum.

The representation of entries from seb should be consistent in order to avoid introducing bugs into existing Format impls.