Closed fogti closed 5 years ago
Thank you very much for this pull request! I've learned a lot thanks to your code and re-did it myself :) I must say I've underestimated the power of macros!.
https://github.com/wojciechkepka/mobi-rs/blob/25862e33af3961cee7c96170fb96a539f89f6c84/src/lib.rs#L15
Tip: use ?
(postfix) instead of this macro. docs
Yes :) Thanks for that! finally understand how ?
works
I tried to use rust macros to avoid some repetition.
Misc changes:
utils.rs
intolib.rs
*HeaderData
enums should be public if they aren't used in the public API