opencascade-sys 0.3.0

Rust bindings to the OpenCascade CAD Kernel
1
2
3
4
#include <Standard_Type.hxx>
#include <bindings_common.hxx>

inline rust::String type_name(const Handle_Standard_Type &handle) { return std::string(handle->Name()); }