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

Procedural macros for creating constant values from strings #398

Closed rasmus-kirk closed 6 months ago

rasmus-kirk commented 8 months ago

Purpose

Addresses #385

Changes

Added macros for creating constant values from strings for the following types:

Checklist

abizjak commented 8 months ago

Could you also please go over the example contracts and use these macros in tests there.

rasmus-kirk commented 8 months ago

Yes, of course