Skip to content

Commit 4d53c7c

Browse files
authored
Merge pull request RustPython#4401 from youknowone/cformat
Move format/cformat basic implementations to rustpython-common
2 parents c85f899 + 23c7b92 commit 4d53c7c

File tree

14 files changed

+2511
-2472
lines changed

14 files changed

+2511
-2472
lines changed

Cargo.lock

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

common/Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,10 @@ threading = ["parking_lot"]
99

1010
[dependencies]
1111
ascii = "1.0"
12+
bitflags = "1.3.2"
1213
cfg-if = "1.0"
1314
hexf-parse = "0.2.1"
15+
itertools = "0.10.3"
1416
lexical-parse-float = { version = "0.8.0", features = ["format"] }
1517
libc = "0.2.133"
1618
lock_api = "0.4"

0 commit comments

Comments
 (0)