rtic/rtic-sync
Anshul Gupta efb82b7b05
Changes make_channel! macro to accept more types (#877)
* Changes `make_channel!` macro to accept more types

Changes `type` macro argument from `path` to `ty`, allowing more complex
types like tuples, arrays, & pointers.

See https://doc.rust-lang.org/reference/types.html#type-expressions.

* Adds to `CHANGELOG.md`
2024-01-07 06:52:08 +00:00
..
src Changes make_channel! macro to accept more types (#877) 2024-01-07 06:52:08 +00:00
.gitignore Merge arbiter and channel into sync 2023-03-01 20:11:00 +01:00
Cargo.toml Add repository links to some crates hosted in this repo (#871) 2023-12-25 09:24:56 +00:00
CHANGELOG.md Changes make_channel! macro to accept more types (#877) 2024-01-07 06:52:08 +00:00