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 `Entry` proc macro #127

Closed mc1098 closed 2 years ago

mc1098 commented 2 years ago

The Entry proc macro helps to reduce boilerplate for new structs that are going to implement the EntryExt trait.

The Entry proc macro is re-exported by seb-lib so the seb-macro crate is a private crate and wouldn't be used directly.

Breaking change: