Skip to content

feat: const ::from_static() constructors #209

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
May 26, 2025

Conversation

CosmicHorrorDev
Copy link
Contributor

@CosmicHorrorDev CosmicHorrorDev commented May 25, 2025

constifies the headers::{Referer, Server, UserAgent}::from_static() constructors, since a good deal of the functionality is being able to fail constructing invalid values in const contexts at compile time

Copy link
Member

@seanmonstar seanmonstar left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! :)

@seanmonstar seanmonstar merged commit 66371a0 into hyperium:master May 26, 2025
6 checks passed
@CosmicHorrorDev CosmicHorrorDev deleted the const-from-static branch May 26, 2025 20:12
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