any bytes-like object. Like the y*
format code for PyArg_Parse
in CPython.
A Python bool-like object.
A Python complex-like object.
A Python float-like object.
An iterable Python object.
A memory buffer, read-write access. Like the w*
format code for PyArg_Parse
in CPython.
The FuncArgs
struct is one of the most used structs then creating
a rust function that can be called from python. It holds both positional
arguments, as well as keyword arguments passed to the function.
A map of keyword arguments to their values.
A list of positional argument values.