rustpython-unparser 0.2.6

A complete unparser for RustPython ASTs
Documentation
1
2
3
4
5
6
7
8
9
10
{
  "cSpell.words": ["unparse", "Unparser"],
  "editor.formatOnSave": true,
  "[python]": {
    "editor.defaultFormatter": "charliermarsh.ruff"
  },
  "python.defaultInterpreterPath": ".venv/bin/python",
  "python.terminal.activateEnvInCurrentTerminal": true,
  "rust-analyzer.cargo.features": ["transformer"]
}