julienfreche
Results
2
comments of
julienfreche
I am not certain about the code you have in main compared to the crate I used (4.1.1). But, this line was panicking for me: https://docs.rs/acpi/4.1.1/src/acpi/lib.rs.html#191 and, I changed u64...
FWIW, I switched to using `main` and the problem was indeed solved. (But, yes, I did have to change my code to fit the new API)