uv/crates/uv-auth/src
konsti de64f1dfa8
Use ref-cast for `DisplaySafeUrl` (#13696)
By default, Rust does not support safe cast from `&U` to `&T` for
`#[repr(transparent)] T(U)` even if the newtype opts in. The dtolnay
ref-cast crate fills this gap, allowing to remove `DisplaySafeUrlRef`.
2025-05-28 11:28:28 +00:00
..
cache.rs Add `DisplaySafeUrl` newtype to prevent leaking of credentials by default (#13560) 2025-05-27 00:05:30 +02:00
credentials.rs Use ref-cast for `DisplaySafeUrl` (#13696) 2025-05-28 11:28:28 +00:00
index.rs Add `DisplaySafeUrl` newtype to prevent leaking of credentials by default (#13560) 2025-05-27 00:05:30 +02:00
keyring.rs Use ref-cast for `DisplaySafeUrl` (#13696) 2025-05-28 11:28:28 +00:00
lib.rs Add `DisplaySafeUrl` newtype to prevent leaking of credentials by default (#13560) 2025-05-27 00:05:30 +02:00
middleware.rs Use ref-cast for `DisplaySafeUrl` (#13696) 2025-05-28 11:28:28 +00:00
realm.rs Remove some allocations from `uv-auth` (#12077) 2025-03-09 14:28:33 -04:00