Examples
Complete working projects under
examples/:
| Example | What it shows |
|---|---|
| basic | fmt extension, recipe via conanfile-path |
| basic-pybind11 | pybind11 + fmt, dynamic version, custom wheel.packages, PEP 639 |
| basic-meson-pybind11 | pybind11 + fmt built with Meson |
| basic-nanobind | nanobind + fmt, extra-profile for C++17 |
| external-sources | pybind11, C++ dependency fetched in source() |
| cibw-example | pybind11 + cibuildwheel cross-platform CI |