webrtc icon indicating copy to clipboard operation
webrtc copied to clipboard

stun: use format! macro instead of string concatenation in Uri display

Open cppcoffee opened this issue 5 months ago • 0 comments

Replace manual string concatenation with format! macro for IPv6 host formatting in Uri::fmt implementation for better readability and performance.

cppcoffee avatar Jun 21 '25 11:06 cppcoffee