Update README.md

This commit is contained in:
Boris Verkhovskiy 2025-08-19 12:27:37 -06:00 committed by GitHub
parent d2f137b372
commit a8a2f0afcc
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 is one of the core parts of [RustPython] and was one of the core parts of the [Ruff] project.
We try to keep these crates as a well-packaged library for more potential users.