dfinity / cdk-rs

Rust canister development kit for the Internet Computer.
Apache License 2.0
200 stars 85 forks source link

Implement panic!(..) #466

Open bitdivine opened 6 months ago

bitdivine commented 6 months ago

What do you think about ic_cdk::panic!(XXX) being implemented as trap(format!(..))?

It's a small thing but would make code a bit less verbose and make ic_cdk a bit more like a std library drop-in for the Internet Computer.