Skip to content

v0.2.0

Choose a tag to compare

@dannote dannote released this 02 Jun 12:47
· 514 commits to master since this release

RustQ v0.2.0 simplifies template placeholders around one visually distinct prefix: __rq_.

Breaking placeholder cleanup:

  • Replaces separate __expr_, __type_, and __splice_ prefixes with __rq_.
  • Templates now use forms like __rq_Name, __rq_value!(), __rq_fields: (),, and __rq_items!();.
  • The template no longer has to encode whether a placeholder is a bind or splice; RustQ resolves that from the Elixir bind: / splice: options and Rust syntax position.

Package: https://hex.pm/packages/rustq/0.2.0
Docs: https://hexdocs.pm/rustq/0.2.0