v0.2.0
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