mirror of https://github.com/astral-sh/ruff
In hindsight, `ruff_python` is too general. A good giveaway is that it's actually a prefix of some other crates. The intent of this crate is to reimplement pieces of the Python standard library and CPython itself, so `ruff_python_stdlib` feels appropriate. |
||
|---|---|---|
| .. | ||
| builtins.rs | ||
| bytes.rs | ||
| future.rs | ||
| identifiers.rs | ||
| keyword.rs | ||
| lib.rs | ||
| str.rs | ||
| sys.rs | ||
| typing.rs | ||