You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently if culib functions fail, they panic via panic_no_lib_found. It'd be convenient to have a function which checks for a particular library and returns a Result or an Option, so that it can be handled downstream without a panic