Mostly bug fixes...
Features
- Add
concrete!
directive to give a specific name to the concrete instantiation of a templated type; by @adetaylor in #943
Ergonomics
- Re-export UniquePtr. by @adetaylor in #942
A new example
- LLVM example by @adetaylor in #932
Bug fixes
- Constructors taking non-reference parameters give a
NotAPin
error by @adetaylor in #944 - Fix inconsistent name of
extern_rust_function
by @adetaylor in #950 - Do not attempt to generate bindings to functions which take/return opaque types by @adetaylor in #945
- Better document exported types. by @adetaylor in #952
- Multi-line docs. by @adetaylor in #953
Tooling
- Reduction tweaks by @adetaylor in #938
Full Changelog: v0.17.3...v0.17.4