Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

A quick overview of rust vs c/c++ in matter of safe and secure coding #5313

Merged
merged 2 commits into from Mar 28, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 1 addition & 0 deletions draft/2024-03-27-this-week-in-rust.md
Expand Up @@ -53,6 +53,7 @@ and just ask the editors to select the category.
* [video] [The magic of Rust's type system](https://www.youtube.com/watch?v=NDIU1GSBrVI)

### Rust Walkthroughs
* [Safe and Secure Coding in Rust: A Comparative Analysis of Rust and C/C++](https://luk6xff.github.io/other/safe_secure_rust_book)
* [It's a library AND a binary](https://blog.axo.dev/2024/03/its-a-lib-and-a-bin)
* [Everything you need to know about testing in Rust](https://www.shuttle.rs/blog/2024/03/21/testing-in-rust)
* [Building a Notification Service in Rust with AWS SNS](https://www.shuttle.rs/blog/2024/03/20/notification-service-rust)
Expand Down