ClickHouse/rust/skim
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 Integrate skim into the client/local 2022-12-14 20:57:41 +01:00
include Use already written part of the query for fuzzy search (pass to skim) 2022-12-26 14:52:38 +01:00
src Safer Rust (catch panic with catch_unwind()) 2024-01-31 22:31:18 +01:00
.gitignore Integrate skim into the client/local 2022-12-14 20:57:41 +01:00
build.rs.in Fix rust modules rebuild (previously ignores changes in cargo config.toml) 2022-12-27 10:35:50 +01:00
Cargo.toml No debug symbols in Rust 2024-01-28 15:10:57 +01:00
CMakeLists.txt Disable skim under TSan (Rust does not supports ThreadSanitizer) 2023-10-09 12:37:40 +02:00