mirror of
https://github.com/RustPython/RustPython.git
synced 2026-06-02 19:39:49 +09:00
7 lines
223 B
Markdown
7 lines
223 B
Markdown
# Frozen Python modules
|
|
|
|
A collection of Python modules frozen into the VM at compile time.
|
|
|
|
See the comments in [`frozen.rs`](../src/frozen.rs) for explanations of the
|
|
different files and subdirectories in this directory.
|