|
|
|
|
|
by dleslie
1438 days ago
|
|
The toolchains support helps embedded developers, mainly. For example, Xtensa and AVR toolchains are generally byzantine monstrosities of makefiles, Python, dialog, etc; so having them be given a low effort means to consume rust is a boon. Ideally, rust is just another source file in the srcdir soup. That said, gcc supports more platforms than llvm; including esoteric and unpopular desktop configurations. Personally, I plan to drop this into marsdev as soon as it releases. Writing 32X games in rust sounds like silly fun. |
|
AVR support is almost there in mainline rustc but has a codegen bug or two, last I heard.