26 releases

0.4.7 Mar 27, 2024
0.4.4 Nov 10, 2023
0.3.1 Mar 23, 2023
0.2.15 Dec 16, 2022
0.2.13 Jun 9, 2022

#76 in Science

Download history 4/week @ 2024-01-18 108/week @ 2024-02-15 110/week @ 2024-02-22 170/week @ 2024-02-29 11/week @ 2024-03-07 1/week @ 2024-03-14 57/week @ 2024-03-21 106/week @ 2024-03-28 10/week @ 2024-04-04 8/week @ 2024-04-11

181 downloads per month
Used in cheminee

MIT license

31KB
809 lines

RDKit

A high-level library for performing common RDKit tasks such as SMILES parsing, molecule normalization, etc. Uses the C++ API via bindings from rdkit-sys.

Prerequisites

On a Mac:

brew install rdkit

On Linux you will need a custom build of rdkit with static libraries. We are working to provide suitable debian packages. This is holding up our CI.

Release Both rdkit and rdkit-sys

The rdkit-sys crate is a member of the rdkit workspace. All crates in the workspace should move in lockstep versions for simplicity's sake, making it easy to tell which crates are compatible.

Managing multiple crates in a single repository:

cargo workspace version patch

Dependencies

~2–4.5MB
~80K SLoC