Y
Hacker News
new
|
ask
|
show
|
jobs
by
978e4721a
2262 days ago
I recently had a thought, that language team should provide automated migration tools for such things. It woukd made python 2 to python 3 switch much easier and faster, that applies to rust even more.
1 comments
dbrgn
2262 days ago
They do:
https://doc.rust-lang.org/cargo/commands/cargo-fix.html
It works much better than 2to3 actually.
link