ClickHouse/rust
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
..
.cargo Use sccache for rust builds 2023-08-10 22:09:20 +02:00
prql Safer Rust (catch panic with catch_unwind()) 2024-01-31 22:31:18 +01:00
skim Safer Rust (catch panic with catch_unwind()) 2024-01-31 22:31:18 +01:00
Cargo.lock Replace rust's BLAKE3 with llvm's implementation 2023-12-18 15:29:01 +01:00
Cargo.toml Replace rust's BLAKE3 with llvm's implementation 2023-12-18 15:29:01 +01:00
CMakeLists.txt Replace rust's BLAKE3 with llvm's implementation 2023-12-18 15:29:01 +01:00
copy_exclude.cmake Properly detect changes in Rust code and recompile Rust libraries 2023-02-02 18:33:15 +01:00