Results 11 issues of Nur

Added: A [tutorial](https://nurmohammed840.github.io/tftp.rs/) about networking programing in rust.

Learning by example is great, Visual Studio Code has [Notebook](https://code.visualstudio.com/api/extension-guides/notebook), rustlings can take full advantage of that, It will make learning more enjoyable... Spread rust! with rustlings for all rust...

Some commend didn't work on my system...

Trying to debug some async rust code. ```rust #[tokio::test] async fn test_async_binary_semaphone() { let s = tokio::sync::Semaphore::new(1); // add a breakpoint, at this line println!("{:?}", s.available_permits()); let sp = s.acquire().await.unwrap();...

platform:windows-msvc
cause:LLDB
area:Crash

I don't know how to explain, But in this first example on mobile device, Font is very large (like 14) But I want to show 2nd example on mobile device,...

At first, I appreciate your work 👏 But removing application from image does make any difference ? I mean, There is some debloat scripts, for removing bloated applications... [Here is...

The [upgrade example](https://github.com/hyperium/hyper/blob/master/examples/upgrades.rs) from `1.0.0-rc.3` looks odd (in my opinion). In web socket context, If the server decides to upgrade the connection, It just send a 101 Switching Protocols response,...

C-feature

## Context The [quote2](https://github.com/nurmohammed840/quote2/) crate, which is an alternative lightweight version of quote, offers some improvements over `quote` ## Proposal If requested, I would be happy to submit a pull...