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

Add `EntryKind` enum #118

Closed mc1098 closed 2 years ago

mc1098 commented 2 years ago

The EntryKind enum is a lighter enum then Entry and can be created in order to choose the required Resolver.

Makes the concrete Entry types resolver and resolver_with_cite private in favour of using the Entry::resolver and Entry::resolver_with_cite with a EntryKind.