rustpython-pylib 0.4.0

A subset of the Python standard library for use with RustPython
Documentation

This crate includes the compiled python bytecode of the RustPython standard library. The most common way to use this crate is to just add the "freeze-stdlib" feature to rustpython-vm, in order to automatically include the python part of the standard library into the binary.