3 releases (breaking)

0.3.0 Jun 18, 2021
0.2.0 Jun 8, 2021
0.1.0 May 29, 2021

#19 in #stdlib

36 downloads per month

Custom license

5KB
86 lines

This is a companion library for py2many

There are several differences in the design of python stdlib and rust stdlib. Transpiling requires that we translate language constructs as well as APIs.

Sometimes the APIs don't translate well. Having these traits helps bridge the two. For example open("filename").read() on python returns a string. There is no equivalent function on rust. Generating idiomatic rust code adds complexity to the transpiler. pylib hopefully makes it possible with less complexity.

Dependencies

~2–12MB
~124K SLoC