* including pybind11 versions with different PYBIND11_INTERNALS_VERSION's. * NOTE: The conduit feature only covers from-Python-to-C++ conversions, it does not cover from-C++-to-Python conversions.
pybind11 is a lightweight header-only library that exposes C++ types in Python and vice versa, mainly to create Python bindings of existing C++ code. Its goals and syntax are similar to the excellent ...