rust-programming
There are 26 repositories under rust-programming topic.
ImplFerris/LearnRust
Rust Learning Resources
Nekrolm/ubbook
C++ programmer's guide to undefined behavior
ImplFerris/rust-in-production
Rust In Production
steelx/dungeon-bevy
Rust programming -> random generated Dungeon with Bevy engine
altunenes/rusty_spelling
English spelling training app
Arch-Network/book
The Arch Book
brianobot/learning_rust
Document My Journey while learning the Rust Programming Language
epicchainlabs/epicchain-rust-sdk
The EpicChain Rust SDK is a comprehensive toolkit for developers looking to integrate EpicChain's blockchain capabilities into their Rust applications
git-user-cpp/fideus
:heavy_dollar_sign: An easy-to-use financial manager written in Rust :heavy_dollar_sign:
hiimsergey/oorl
A tool for opening URLs from text files
yezzfusl/EtherVM
Rust virtual machine.
afondiel/Rust-For-Undergrads-Free-Course-Udemy
A deep dive into basics of Rust programming language.
lxaw/chibi-txt
Simple file compression in Rust. Tutorial included.
cedrickchee/rust-atomics-and-locks
Code examples, data structures, and links from my book, Rust Atomics and Locks.
DrShahinstein/rust-playpen
I'm playing around with Rust
Ahmed-Nirzar/Rust_programming
Source code of Rust programs.
GTGMyanmar/Rust-Doc
Introduction of Rust Programming Language by Green-tech Inc
makt96/Cryptography
Cryptography is an important tool for building secure systems. In this lab, you will explore how to build a file encryption service in Rust. We wish to allow a sender to securely communicate a file to a receiver. We do not assume the sender and receiver have communicated before, and therefore the two parties do not have some kind of shared secret b
makt96/voting_machine_sse
The goal of this project is to utilize the knowledge from the course to write a voting machine in Rust and embed backdoors inside of it that would allow a knowledgeable attacker to cheat in the election. Then, we would be given another team’s voting machine to attack, attempting to find all of the vulnerabilities (intentional or not) in their syste
AcariusTV/rpack
rpack is an advanced package manager for the Rust programming language with many new features that makes it better than the cargo package manager.
CHINMAYVIVEK/rust-practice
This repository provides a structured approach to learning Rust, with 100 practical programs organized into ten key categories. Whether you're a beginner or looking to deepen your understanding, these exercises will help you build a solid foundation and advance your skills.
git-user-cpp/guessing_game
😃 Just a game made for fun 😃
git-user-cpp/local_server
:crab: Basic local server implemented in Rust for html :crab:
git-user-cpp/temperature_converter
:ski: Simple temperature converter :ski:
hiimsergey/hundred-doors
A tool for calculating and visualizing the '100 Doors' problem
iNoles/bank_account-rust
A simple bank system implemented in Rust for managing transactions.