rustpython_ruff_python_ast
Run this command in a terminal, in your project's directory:
cargo add rustpython-ruff_python_ast
To add it manually, edit your project's Cargo.toml file and add to the [dependencies] section:
Cargo.toml
[dependencies]
rustpython-ruff_python_ast = "0.15.8"
The rustpython_ruff_python_ast library will be automatically available globally. Read the rustpython_ruff_python_ast library documentation.
Back to the crate overview.