从cython使用C标准std :: string的最佳方法是什么?最后的cython分发应该使它很容易,但我不知道为什么有包装器的std :: vector,而不是std :: string …
解决方法
Cython 0.16
includes wrappers for std::string,可以导入:
from libcpp.string cimport string