Skip to content

Releases: WhenFreedom/swhkd

3.0.1: refactor: move `send_command` macro into a function (#255)

07 Apr 17:33
7999a9b
Compare
Choose a tag to compare
* refactor: move send_command macro into a function

The macro accepts expressions with the same datatype in all invocations.
Moving it into a function helps language servers make inferences easier because the expressions become concrete types.

* lint: cargo fmt