ClickHouse/rust/prql
Azat Khuzhin 65cfbaaa4b Safer Rust (catch panic with catch_unwind())
Crossing boundaries of multiple languages is tricky, but we can do at
least something about this, in particular, use catch_unwind() [1] to
catch possible panic!()s.

  [1]: https://doc.rust-lang.org/std/panic/fn.catch_unwind.html

Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2024-01-31 22:31:18 +01:00
..
include PRQL integration (#50686) 2023-07-20 12:54:42 +02:00
src Safer Rust (catch panic with catch_unwind()) 2024-01-31 22:31:18 +01:00
Cargo.toml No debug symbols in Rust 2024-01-28 15:10:57 +01:00
CMakeLists.txt PRQL integration (#50686) 2023-07-20 12:54:42 +02:00