Jacob Guenther(chmod777)
Jacob Guenther(chmod777)
The Pimorono Pico Plus 2 has 8MB of qspi psram and I would like to use it with embassy
embedded_io::ErrorKind only has 18 variants while [std::io::ErrorKind](https://doc.rust-lang.org/nightly/std/io/enum.ErrorKind.html) has 41. I am porting a zip library to no_std and would like to use more of the variants. Some of these variants...
Motivation: Reading zip files on SD cards on micro controllers. Work Required: The only non optional dependency that actually needs the standard library is [oval](https://github.com/fasterthanlime/oval/tree/main). I haven't looked at the...