rdkit-rs / rdkit

RDKit Made Idiomatic for Rust
12 stars 9 forks source link

Fix some exception handling #27

Closed JJ-Pineda closed 1 week ago

JJ-Pineda commented 3 months ago

Fixes some mishandled ptrs. Specifically, exceptions were not being captured by the atom update_property_cache() method as well as the TautomerEnumerator canonicalize method.