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