Concordium / concordium-contracts-common

Common functionality used by smart contracts and the host environment on the Concordium blockchain.
Mozilla Public License 2.0
10 stars 10 forks source link

Allow comparing different names to str directly for improved ergonomics. #82

Closed abizjak closed 1 year ago

abizjak commented 1 year ago

Purpose

Allow writing

assert_eq!(foo.receive_name, "foo.bar")

in particular in the integration testing library.

Checklist