#pragma once #include "rust/cxx.h" #include namespace RDKit { using Descriptors::Properties; std::shared_ptr new_properties(); std::unique_ptr> get_property_names(const std::shared_ptr &props); std::unique_ptr> compute_properties(const std::shared_ptr &props, const std::shared_ptr &mol); } // namespace RDKit