chainerror/src
Harald Hoyer 4c42d37598 refactor: simplify downcasting logic with std::mem::transmute
Simplified the downcasting implementations by replacing pointer casting logic with `std::mem::transmute`, ensuring type safety after matching. Added tests to validate various downcasting behaviors for both owned and trait-object error scenarios, improving overall reliability and test coverage.

Signed-off-by: Harald Hoyer <harald@hoyer.xyz>
2025-03-31 14:53:52 +02:00
..
lib.rs refactor: simplify downcasting logic with std::mem::transmute 2025-03-31 14:53:52 +02:00