pocketpy/docs/2_0.md
blueloveTH 2de9efc0e9 ...
2024-08-11 23:47:57 +08:00

303 B

icon title order
log Upgrade to v2.0 25

pkpy v2.0 is a C11 project instead of C++17. All your existing code for v1.x won't work anymore.

We provide two API sets for v2.0, C-API and pybind11 API (C++17). If you are a C user, use the C-API. If you are a C++ user, use the pybind11 API.