mirror of
https://github.com/openharmony/third_party_rust_libloading.git
synced 2026-07-22 09:15:26 -04:00
7398d9606e
This allows us to: a) remove the panics in this library and give the control over what to do to the user; b) expose the error conditions to the user better, even if just slightly; c) implement the modern error handling currently implemented in many of the modern Rust libraries.