qryxip / cargo-equip

A Cargo subcommand to bundle your code into one `.rs` file for competitive programming
Apache License 2.0
76 stars 12 forks source link

Support Rust 2021 edition #206

Open TonalidadeHidrica opened 3 months ago

TonalidadeHidrica commented 3 months ago

The README says that this tool supports Rust Edition 2018, not 2015. But how about 2021? It's already been two years since the release, and many competitive programming websites including AtCoder now adopt it. I wonder what is the obstacles for supporting the new editiion. (At least, I recall it works for 2021 edition as long as used normally, although it's been a while since I used this tool last time.)

mizar commented 2 months ago

It is already working in Rust 2021, but I guess they just haven't modified the README.