What's Changed
- feat: Add model constructor from bytes by @ebraraktas in #17
- [BREAKING CHANGE] fix: limit interpreter lifetime by that of model by @ebraraktas in #18
- This change ties lifetime of the
Interpreter
to that ofModel
, hence you need to add lifetime annotations to the structs containingInterpreter
. - This removes
Interpreter::with_model_path
- This change ties lifetime of the
- feat: add local header directory support to build by @ebraraktas in #19
Full Changelog: v0.5.2...v0.6.0