kawogi·12 วันที่ผ่านมา·discussI had no troubles targeting an ATTiny13A with Rust.(had to disable debug symbols, though)Why should that be any harder than C?
kawogi·2 เดือนที่ผ่านมา·discussIIUC only 50k LoC are non-test code, which improves the metric. Whether that's enough tests still depends on the code. If most are getters and setters, the coverage might be ok.
kawogi·3 เดือนที่ผ่านมา·discussI often wish this type existed, but didn't find a way to define the niche value for the compiler to optimize the None-case.Do you know a solution to this?
kawogi·6 เดือนที่ผ่านมา·discussSupport for Firefox on Linux is still only in nightly (unless that changed "very" recently)This blocks progress (and motivation) on some of my projects.
kawogi·6 เดือนที่ผ่านมา·discussIn your specific example `std::convert::Infallible` can be used: https://doc.rust-lang.org/std/convert/enum.Infallible.html
(had to disable debug symbols, though)
Why should that be any harder than C?