Skip to content

Scala Native Binding Generator 0.3.0

Compare
Choose a tag to compare
@kornilova203 kornilova203 released this 27 Aug 10:24
· 31 commits to master since this release

Release Highlights

This time we released bindings for fnmatch.h, regex.h, iconv.h and utf8proc.h.
The list and usage instructions are available at bindings doc page.

Bindgen

Sbt plugin

  • #136 adds support for custom target folder for generated code (by @jonas)
  • #136 allows multiple bindings per nativeBindgen task invocation (by @jonas)
  • #144 improves tooling and sbt-plugin error handling (by @jonas)
  • #164 generate files automatically when binding source is managed (by @jonas)