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
58 stars 35 forks source link

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

Closed abizjak closed 10 months ago

abizjak commented 10 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