How to use pyrs to convert python code to rust code?

Hi

I am trying to convert some python code to rust using this "https://github.com/konchunas/pyrs" but when I try to transpile the python code the rust file is blank. Does anyone know how to use this properly and fix this issue I have.

Thanks
Spencer

If you have some code we can look at, we could help you transpile it, but without that...

(From README)

It is not aimed at producing ready-to-compile code, but some basic stuff can be compiled easily (see Examples).

Only basic subset of Python is supported right now

Depending on what your doing, it may not be supported yet.

Edit: later,

This one won't compile. All unknown types are labeled. T stands for Type, RT is for Return Type and ST is for Struct Type. Ordering them this way enables you finding and replacing them in the future

When talking about converting classes to structs

The code is too long to be pasted here.

Ok how can I compile a python hello world programme to rust using pyrs

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.