Skip to content

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

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 22, 2025

Conversation

cppcoffee
Copy link
Contributor

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

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

Signed-off-by: Xiaobo Liu <[email protected]>
@rainliu rainliu merged commit 0d1d1ee into webrtc-rs:master Jun 22, 2025
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants