proxmox/proxmox-rest-server
Laurențiu Leahu-Vlăducu 922c605d69 rest-server: Improved panic errors with formatted strings
Improved errors when panics occur and the panic message is a
formatted (not static) string. This worked already for &str literals,
but not for Strings.

Downcasting to both &str and String is also done by the Rust Standard
Library in the default panic handler. See:
b605c65b6e/library/std/src/panicking.rs (L777)

Signed-off-by: Laurențiu Leahu-Vlăducu <l.leahu-vladucu@proxmox.com>
2025-01-27 15:12:59 +01:00
..
debian rest-server: bump to 0.8.6-1 2025-01-15 12:35:43 +01:00
examples rest-server: remove lazy_static dependency 2024-08-14 10:33:42 +02:00
src rest-server: Improved panic errors with formatted strings 2025-01-27 15:12:59 +01:00
Cargo.toml rest-server: bump to 0.8.6-1 2025-01-15 12:35:43 +01:00