rust-dd
The rust-dd team creates open-source Rust projects, shares ideas, and helps both new and experienced Rust developers.
Hungary
Pinned Repositories
aoc-2024
This repository is dedicated to solving the Advent of Code 2024 puzzles using the Rust programming language
blog
Blog engine written in Rust, powered by SurrealDB.
embedded-dht-rs
A Rust library that provides full support for DHT11, DHT22, and DHT20 (AHT20) temperature and humidity sensors.
google-calendar-cli
Google Calendar CLI written in Rust
iTransformer
An iTransformer implementation in Rust
rust-axum-async-graphql-postgres-redis-starter
Starter template using Rust with Axum, Async-GraphQL, PostgreSQL, and Redis for building high-performance web APIs.
rust-sql
A fully Rust-based application for efficient and secure database management.
stochastic-rs
stochastic-rs is a Rust library designed for high-performance simulation and analysis of stochastic processes and models in quant finance.
tako
Tako is a lightweight and minimalistic web framework built on Tokio and Hyper written in Rust.
tryrust.org
An interactive Rust tutorial in the browser
rust-dd's Repositories
rust-dd/stochastic-rs
stochastic-rs is a Rust library designed for high-performance simulation and analysis of stochastic processes and models in quant finance.
rust-dd/tako
Tako is a lightweight and minimalistic web framework built on Tokio and Hyper written in Rust.
rust-dd/rust-axum-async-graphql-postgres-redis-starter
Starter template using Rust with Axum, Async-GraphQL, PostgreSQL, and Redis for building high-performance web APIs.
rust-dd/embedded-dht-rs
A Rust library that provides full support for DHT11, DHT22, and DHT20 (AHT20) temperature and humidity sensors.
rust-dd/aoc-2024
This repository is dedicated to solving the Advent of Code 2024 puzzles using the Rust programming language
rust-dd/iTransformer
An iTransformer implementation in Rust
rust-dd/rust-sql
A fully Rust-based application for efficient and secure database management.
rust-dd/blog
Blog engine written in Rust, powered by SurrealDB.
rust-dd/google-calendar-cli
Google Calendar CLI written in Rust
rust-dd/tryrust.org
An interactive Rust tutorial in the browser
rust-dd/async-safe-defer
Minimal async- and sync-capable `defer` crate
rust-dd/probability-benchmark
🦀 Scientific Computing Benchmark: Rust 🦀 vs Zig ⚡ vs the father C 👴
rust-dd/async-rs
A minimal and educational async runtime in Rust, featuring a lightweight executor and task system for understanding asynchronous programming.
rust-dd/impl-new-derive
A macro that generates a constructor for Rust structs, initializing public fields from arguments and private fields with default values, supporting generic and non-generic types.
rust-dd/.github
rust-dd/react-state-rs
Minimal state management solution for React applications, built with Rust and compiled to WebAssembly (WASM)
rust-dd/tokio-postgres-fromrow
rust-dd/xor-neural-network
A minimal neural network that learns XOR from scratch using only the Rust standard library + rand.