文件名称::star: Code 2020 的到来:Мade with Rust
文件大小:151KB
文件格式:ZIP
更新时间:2024-07-18 13:21:07
rust advent-of-code aoc idiomatic advent-of-code-2020
Code 2020 的到来:Мade with Rust当我解决谜题时,我的目标是练习编写惯用的 Rust 。我的解决方案并不声称是最快的或完全准备好生产的。将此视为BurntSushi 2018 年代码解决方案的 2020 版。我试图通过添加我自己的功能来保持它的风格。:person_in_lotus_position:Panicless惯用的 Rust 代码:umbrella:DRY :两部分之间共享代码库:keycap_1:每天一个main.rs:skis:可接受的速度:person_shrugging:无论如何错误处理:sun_with_face:不需要每晚该解决方案与BurntSushi 的运行方式相同:cd进入它的目录并使用 Cargo 调用程序:$ cd aoc01 $ cargo run --release < input/input.txt移动电源由于Const Generics,支持的最低 Rust 版本是1.51 。我最喜欢的替代品最快的 AoC 2020 Rust 解决方案:https ://github.com/timvisee/advent-of-code-2020生产级 AoC 2020 Rust 解决方案:https ://github.com/coriolinus/adventofcode-2020也