git-staus

Results 8 issues of git-staus

The [section](https://github.com/sger/RustBooks?tab=readme-ov-file#asynchronous-programming-in-rust-free-work-in-progress) in the README for _Asynchronous Programming in Rust_ seems to list a picture of the book _The Secrets of Rust Tools_ instead.

While experimenting with `cargo clippy` I noticed that multiple versions of some dependencies are in use: ``` warning: multiple versions for dependency `bitflags`: 1.3.2, 2.9.1 warning: multiple versions for dependency...

As it says in the commit, see #38 for the reasoning. I believe this PR resolves that issue. Can somebody confirm this?

In this exercise the reader is supposed to write the function body and is assured like this: https://github.com/tfpk/lifetimekata/blob/1ad5235dd44ad235f762645d006aaf8f906f5f1c/exercises/04_mutable_references_and_containers/exercise/src/lib.rs#L36 so I wrote ```Rust vector[loc] = new ``` which is wrong of...

The following industry-standard use case ```rust const fn unlucky() -> bool { surprise_data().is_odd() } const fn surprise_data() -> u32 { let compiler_present = mem::MaybeUninit::::uninit(); // SAFETY: just trust me bro...

See the issue for more details.

A question under #308 went unanswered and I figured further discussion warranted its own issue. > As a new Mocket user, what do you need the most for being successful...

See #308 for the choice of framework. This issue is purposefully limited to integrating the currently extant prose sources (which are all still [relevant](https://github.com/mindflayer/python-mocket/issues/9#issuecomment-3357479713)). My PR will be linked here.