rust-programming
There are 38 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
laruh/rust-resources-hub
A curated collection of resources for learning and mastering Rust programming, including guides, books, exercises, and more.
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
altunenes/rusty_spelling
English spelling training app
brianobot/learning_axum-rs-
Codes, Note and Small Projects Built while learning the Axum web Framework in Rust
brianobot/learning_rust
Document My Journey while learning the Rust Programming Language
Arch-Network/book
The Arch Book
afondiel/Rust-For-Undergrads-Free-Course-Udemy
A deep dive into basics of Rust programming language.
hiimsergey/oorl
A tool for opening URLs from text files
OSCPS-Project/OSCPS
Project development for a Rust-based, dynamic & steady state process simulator for the chemical manufacturing industry
yezzfusl/EtherVM
Rust virtual machine.
dr-saad-la/rust-for-data-analysis
Rust for Data Analysis
lxaw/chibi-txt
Simple file compression in Rust.
tdkms/PersianRustBook
F Rust... i mean Farsi rust :p https://tdkms.github.io/PersianRustBook
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.
DrShahinstein/rust-playpen
I'm playing around with Rust
iNoles/bank_account-rust
A simple bank system implemented in Rust for managing transactions.
MementoMori11723/rust-examples
A repo to showcase simple rust projects
Ahmed-Nirzar/Rust_programming
Source code of Rust programs.
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
AegonSC/first_vault_program
"Secure" and "efficient" on-chain vault system built on Solana using the Anchor Framework
anubhav-auth/rush
Rush is a lightweight, custom-built shell in Rust that supports basic shell operations, command execution, directory navigation, and piping between commands. It features a custom command parser, dynamic prompt updates, and error handling, making it a minimal yet functional alternative shell for learning and experimentation.
AtokTajuddin/learn_rust_0_to_mastery
Repo ini hanya berisikan latihan-latihan(journaling) setiap harinya.
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
Ka-369/rust-learning-journey-week1
Learning core Rust concepts — ownership, borrowing, slices, and structs with hands-on examples.
MuttakinHasib/lets-get-rusty
Let's Get Rusty
TanakAiko/filler
A Rust-based AI implementation for the Filler strategy game. Compete against intelligent bot opponents in a territorial conquest challenge. Dockerized for easy setup and testing.
tanzil7890/IonicTrace
IonicTrace is a revolutionary tracing system that combines the power of Linux's eBPF/XDP and io_uring technologies to achieve unprecedented performance. Built in Rust for safety and zero-cost abstractions, it targets use cases where every nanosecond matters.
VoxDroid/vox-md
A lightweight Rust application demonstrating command-line interaction, input handling, and basic data operations—ideal for beginners exploring Rust's syntax and logic structuring.