QuantumEF

Results 5 comments of QuantumEF

With this latest commit, the following basic app does work and does not crash. ```rust //! Template project for Flipper Zero. //! This app prints "Hello, Rust!" to the console...

@dcoles Do you have time to give feedback on what I have done so far? ie: just how I have started going about doing things. As mentioned in my previous...

> The first iteration of the changes > > They maybe nitpicky, but I wish that they will be helpful Thank you so much for your feedback and help! As...

I believe I have an issue related to this as well where the following code ```rust use std::collections::HashMap; use ouroboros::self_referencing; #[self_referencing] struct MyStruct { items: Vec, #[borrows(items)] map: HashMap, }...

Something I wanted to add here since I have book looking into this: There seem to be 2 physical busses denoted as "bus_r" and "bus_d" Because of this, I think...