Publish Faerie 0.2 to crates.io
m4b opened this issue · 3 comments
Faerie no longer has any git dependencies, and much of the work required for goblin struct writing is now implemented as of 0.11, so I think might be time to start thinking of publishing. (To implement archive writing, will need goblin support, so we'll have to punt that to 0.3 I guess)
Are there any blockers anyone is aware of, a feature you absolutely must have before initial 0.2 version, or an api detail that they'd like to see clearly resolved?
This will require some documentation work, but shouldn't be too bad.
I'm not aware of any blockers.
This has been published as 0.1.0 on crates.io. 🎉
There is a single breaking change, renaming reloc override field from elftype -> reloc
.
A convenience method was also added, declare_with
, which allows declaring and defining in single function call.
Other minor doc improvements, and cleaned up some unnecessary re-exports in lib.