rust-lang-book icon indicating copy to clipboard operation
rust-lang-book copied to clipboard

📚 Accompanying material for the "Mastering Rust for System Programming" book

Results 2 rust-lang-book issues
Sort by recently updated
recently updated
newest added

Bumps [h2](https://github.com/hyperium/h2) from 0.3.22 to 0.3.24. Release notes Sourced from h2's releases. v0.3.24 Fixed Limit error resets for misbehaving connections. v0.3.23 What's Changed cherry-pick fix: streams awaiting capacity lockout in...

dependencies

While writing this book, I was experimenting with `Hyper 0.14.27` as seen in this issue: - https://github.com/hyperium/hyper/issues/3382 However, [version `v1.0` was released last month (Nov 2023)](https://github.com/hyperium/hyper/releases/tag/v1.0.0). This issue is a...

enhancement
good first issue