mirror of
https://github.com/haraldh/chainerror.git
synced 2025-04-04 08:57:25 +02:00
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> |
||
---|---|---|
.. | ||
lib.rs |