Rocket/core/lib/src/local
Sergio Benitez 02011a1307 Clean up codebase: fix reasonable clippy warnings.
This commit is a codebase-wide cleanup driven by clippy warnings. In
addition to fixing every reasonable warning, the following new
functionality was introduced:

  * `Accept::new()` now takes any `T: Into<QMediaType>` iterator.
  * `TempFile::is_empty()` was added.
  * `HeaderMap` now implements `IntoIterator`.

This commit makes the following breaking changes:

  * The `IntoCollection` trait is gone. Generics previously bound by the
    trait are now bound by `IntoIterator`. This affects:
    - `Accept::new()`
    - `ContentType::with_params()`
    - `Permission::{allow, allowed}()`
  * `MediaType`, `QMediaType`, and `Allow` implement `IntoIterator`,
    enabling most existing code to continue working without change.
  * The inherent `HeaderMap::into_iter()` method was removed.
  * The `Ok` variant in ErrorKind::Liftoff` is now `Box<Rocket<Orbit>>`.
2024-03-20 00:47:38 -07:00
..
asynchronous Clean up codebase: fix reasonable clippy warnings. 2024-03-20 00:47:38 -07:00
blocking Clean up codebase: fix reasonable clippy warnings. 2024-03-20 00:47:38 -07:00
client.rs Update to hyper 1. Enable custom + unix listeners. 2024-01-29 22:38:55 -08:00
mod.rs Move to 0.6.0-dev on master. 2023-11-18 11:30:50 +01:00
request.rs Support QUIC and HTTP/3. 2024-03-18 20:23:22 -07:00
response.rs Graduate contrib 'json' and 'msgpack' into core. 2021-05-22 11:01:00 -07:00