rdkit-sys 0.4.12

RDKit CFFI library builder and bindings
Documentation
1
2
3
4
5
6
7
8
#pragma once

#include "rust/cxx.h"

namespace RDKit {
const std::vector<int> &get_valence_list(unsigned int atomic_number);
double get_most_common_isotope_mass(const std::string &symbol);
} // namespace RDKit