Description
Provides a small and efficient binding library for connecting C++ code with Python. Developers use it to expose C++ classes and functions to Python modules with less overhead.
Install it when building Python extension modules or projects that specifically use nanobind. It is a development library, not a standalone application.