rdkit 0.3.0

High level RDKit functionality for rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
RDKit
---

A high-level library for performing common RDKit tasks such as SMILE parsing, molecule normalization, etc. Uses
the C++ API via bindings from [rdkit-sys](https://crates.io/crate/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.