JHucker / rdkit

RDKit Made Idiomatic for Rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

RDKit Made Idiomatic for Rust


Languages

Language:Rust 72.5%Language:C++ 27.3%Language:Makefile 0.2%