Correct README.md (#138)
Some checks failed
CI / Run rust tests (push) Has been cancelled
CI / Check Rust code with rustfmt and clippy (push) Has been cancelled

---------

Co-authored-by: Jeong, YunWon <69878+youknowone@users.noreply.github.com>
This commit is contained in:
Boris Verkhovskiy 2025-08-20 01:01:45 -06:00 committed by GitHub
parent d2f137b372
commit 18343073aa
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,6 +1,6 @@
# RustPython parser as a library
This project is forked from [RustPython][RustPython] project. The parser is one of the core part of [RustPython] and [Ruff] project.
This project is forked from [RustPython][RustPython] project. The parser was one of the core parts of [RustPython] and the [Ruff] project. Now it is superseded by https://github.com/astral-sh/ruff/tree/v0.4.10/crates/ruff_python_parser
We try to keep these crates as a well-packaged library for more potential users.