Skip to content
This repository has been archived by the owner on Oct 6, 2024. It is now read-only.

0.1.8

Compare
Choose a tag to compare
@dtolnay dtolnay released this 19 Mar 20:34
· 259 commits to master since this release
0.1.8
68b6baa
  • Support the syntax $var:lower to convert an identifier segment to lowercase as part of the paste.
    For example: [<ld_ $reg:lower _expr>] would paste to ld_bc_expr if invoked with $reg=Bc.