You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# defines a rust function add_numbers which takes two i32 arguments and returns their sum as an i32. The function is then wrapped with the wrap_pyfunction! macro from the pyo3 library and added to a PyModule.