#How to make string concatenation and convert `i128` to `String` and vice versa
3 messages · Page 1 of 1 (latest)
you can do that with rust, but you need to enable alloc to use String, which both increases the contract size and makes it slower/more expensive. so if you can avoid that, you probably should