rdkit-sys icon indicating copy to clipboard operation
rdkit-sys copied to clipboard

Rust crate for linking against the RDKit C++ API

Results 5 rdkit-sys issues
Sort by recently updated
recently updated
newest added

This repo has been fantastic for me to use within my Rust projects, thanks for all the effort put into this. Have some questions regarding contributing: - What are the...

Adding the ability to convert to/from InChI strings, and convert InChI to InChIKey. As some RDKit installations do not include InChI, this functionality is implemented behind a feature.

paths for Linux

The Boost library returns explicit bitvects as vectors of u64 (so whole CPU words). but libraries like tantivy expect vectors of u8. we should add a helper function for converting...

Dear, Thanks for sharing uself chemoinformaitcs package of Rust! I would like to ask you if I could build the code with rdkit which is installed from conda. By using...