Abdelrahman Omar

Results 9 issues of Abdelrahman Omar

avoid duplication as it's already in the main dependencies so no need for it in the dev-dependency quoting the book at chapter 7.2.2 page 168 [dependencies] # [...] # We...

avoid duplication as it's already in the main dependencies so no need for it in the dev-dependency quoting the book at chapter 7.2.2 page 168 [dependencies] # [...] # We...

avoid duplication as it's already in the main dependencies so no need for it in the dev-dependency quoting the book at chapter 7.2.2 page 168 [dependencies] # [...] # We...

Windows 11 did breaking changes and winjump can't even seem to open anymore

Add "Too Many Linked Lists" book to Rust LinkedList resources

## What is the problem your feature solves, or the need it fulfills? `once_cell` provides lazy initialization primitives (`Lazy`, `OnceCell`). It's now in the standard library as `LazyLock` and `OnceLock`....

help wanted

avoid using `to_lowercase()` twice by implementing `TryFrom` then reusing it in `TryFrom`