openbabel 0.5.4

Rust bindings to cheminformatics toolbox OpenBabel
Documentation
1
2
3
pub fn cxx_vector_into_vector<T: cxx::vector::VectorElement + Clone>(vec_cxx: &cxx::Vector<T>) -> Vec<T> {
    vec_cxx.iter().cloned().collect()
}