axum-core-v0.4.3

tokio-rs/axumaxum-core-v0.4.3Jan 13, 2024by davidpdrsn

AI Summary

Extends core axum functionality by implementing `IntoResponseParts` for the empty tuple type, allowing it to be used in response parts.

Key Highlights

  • Implement `IntoResponseParts` for `()`

New Features

  • `IntoResponseParts` implementation for the empty tuple

Full Release Notes

- **added:** Implement `IntoResponseParts` for `()` ([#2471])

[#2471]: https://github.com/tokio-rs/axum/pull/2471