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
The example library called rust2py with the function sum_as_string from the README file doesn't seem to work when toml file is given a version number, both versions 0.4.1 and 0.4.0, however when I cloned this repository and pointed the toml file at the directory, it worked fine. The error I was getting was
no rules expected the token |
on the line py_module_initializer!(rust2py, |py, m| { pointing to the first "|".
I am on Linux Mint with rust version 1.42.0.
The text was updated successfully, but these errors were encountered:
The example library called rust2py with the function sum_as_string from the README file doesn't seem to work when toml file is given a version number, both versions 0.4.1 and 0.4.0, however when I cloned this repository and pointed the toml file at the directory, it worked fine. The error I was getting was
on the line
py_module_initializer!(rust2py, |py, m| {
pointing to the first "|".I am on Linux Mint with rust version 1.42.0.
The text was updated successfully, but these errors were encountered: