OpenBabel bindings for Rust
This repository is composed of two packages:
- openbabel-sys: FFI to OpenBabel C++ codes.
- openbabel: Rust wrappers for easy usage.
multi-thread mode will encounter memory issue and unexpected exit from time to time Currently not working under Windows Low-version C++ compiler could lead to unexpected compiling warnings
Binding Progress
:white_check_mark: OBConversion
:white_check_mark: OBMol
:white_check_mark: OBFingerprint
:white_check_mark: OBSmartsPatten
:white_check_mark: OBForceField
References
- Code structure: libcurl bindings for Rust
OpenBabel
Logs
v0.5.1
- smartspattern.rs: find_match() return
Vec<Vec<...>>