hyperium / http

Rust HTTP types
Apache License 2.0
1.12k stars 283 forks source link

refactor(lib): use non_exhaustive macro for future field expanding instead of manual implementation #678

Open tottoto opened 4 months ago

tottoto commented 4 months ago

Uses non_exhaustive macro for future field expanding instead of manual implementation.