Skip to content
forked from rdkit-rs/rdkit

RDKit Made Idiomatic for Rust

Notifications You must be signed in to change notification settings

aleebberg/rdkit

 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 72.5%
  • C++ 27.3%
  • Makefile 0.2%