2026-02-23 17:45:14
RE: #RustLang's Cargo has been taught to not update dependencies that it can't use (becaus…
#rustlang 's 'as' keyword in it's use clause is nice when you want to use your local spelling:
use smart_leds::{colors as colours, SmartLedsWrite};
(and esp-hal-smartled works nicely using the esp's RMT (remote control unit) to drive the LEDs rather than bitbanging)).
Always grateful for the new levels of stability and reliability that #RustLang rewrites of #Python stuff bring.
> a = Tibs.from_i(-1, 128)
^^^^^^^^^^^^^^^^^^^^
E pyo3_runtime.PanicException: attempt to negate with overflow
https://github.com/scott-griffiths/tibs/issues/1
Trying to understand recent #RustLang activities (https://github.com/rust-lang/compiler-team/issues/922), why do types with uninhabited fields (or enum variants that are uninhabited) ta…