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