Concordium / concordium-rust-smart-contracts

Libraries and tools for writing and testing smart contracts on Concordium
https://docs.rs/concordium-std/latest/concordium_std/
Mozilla Public License 2.0
57 stars 36 forks source link

Fix macros like debug, fail so that they accept arguments as expected. #393

Closed abizjak closed 7 months ago

abizjak commented 7 months ago

Purpose

Fix macros defined in concordium-std so that they take arbitrary streams of tokens so that they behave as println!, assert!, etc.

Checklist