mirror of
https://github.com/RustPython/Parser.git
synced 2025-08-25 04:45:23 +00:00
Add format
and cformat
modules from RustPython
(#24)
* Add `format` and `cformat` modules from `RustPython` * Introduce `rustpython-format` crate * Remove unused dependencies
This commit is contained in:
parent
947fb53d0b
commit
a983f4383f
9 changed files with 2297 additions and 15 deletions
|
@ -4,7 +4,7 @@ version = "0.2.0"
|
|||
description = "Parser for python code."
|
||||
authors = ["RustPython Team"]
|
||||
build = "build.rs"
|
||||
repository = "https://github.com/RustPython/RustPython"
|
||||
repository = "https://github.com/RustPython/Parser/"
|
||||
license = "MIT"
|
||||
edition = "2021"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue