jj/lib/testutils
Yuya Nishihara 46d5555be4 cleanup: leverage trait upcasting, delete as_any*()
This patch also adds .downcast*() wrappers to prevent misuse of as &Any casting.
The compiler wouldn't help detect &Arc<T> as &Any, for example.

https://blog.rust-lang.org/2025/04/03/Rust-1.86.0/#trait-upcasting
2025-09-20 01:22:47 +00:00
..
src cleanup: leverage trait upcasting, delete as_any*() 2025-09-20 01:22:47 +00:00
Cargo.toml hex_util: roll our own decode/encode_hex() functions 2025-07-02 01:56:40 +00:00