rust-app-engine — App Engine Rust boilerplate

Rust App Engine This projects is a minimal boilerplate ro run Rust web application inside Google App Engine. To deploy it use Google Cloud Shell: ```s
Information
Category: Rust / Deployment
Watchers: 5
Star: 48
Fork: 8
Last update: Nov 26, 2023

Related Repos



pmsanford Paudle A reimplementation of the excellent word game Wordle by Josh Wardle. This version was created using Yew and Rust. I cribbed the colors and layo
 

alexichepura 3d car simulation in rust This project is developed with intention to learn: programming on rust, computer graphics, physics simulation, geometric alg
 

nrc ezio - a crate for easy IO Examples use ezio::prelude::*; fn main() { // Read a line from stdin let _ = stdio::read_line(); // Iterate l
 

markuspf velocypack-rs -- an amateur attempt at VelocyPack in Rust This is my amateur attempt at writing a library to read and write ArangoDB's 🥑 VelocyPack f
 

yoshuawuyts rust-cli rust(1) CLI prototype API Docs | Releases | Contributing Installation $ cargo add rust-cli Safety This crate uses #![deny(unsafe_code)] to en
 

lazarnikolov94 Learning Rust 🦀 Hello friend! 👋 Welcome to my "Learning Rust" repo, a home for my notes as I'm learning Rust. I'm structuring everything into lesson
 

wolflo POC harness for writing Solidity tests in Rust using ethers-rs. Usage Run forge tests forge test Run rust tests forge build cargo test Notes The usag
 

yupferris aoc2021 Advent of Code in kaze RTL. expect only a few solutions, as this is not a particularly fun/rewarding thing to do :P (especially as kaze kinda
 

kukabi 🎄 Advent of Code 2021 in Rust 🦀 To display the solution for the first problem of day 1: cargo run -- day_1_a And for the the second problem of day
 

sergree Advent of Code 2021: Мade with Rust When I was solving puzzles, my goal was to practice writing idiomatic Rust. My solutions do not claim to be the fa
 

belen-albeza aoc-2021 Advent of Code 2021 with Rust. To build and run the project This project uses cargo-aoc. More detailed instructions can be found at that proj
 

ChevyRay Advent of Code 2021 These are puzzles for the Advent of Code 2021 challenge, written and solved in the Rust programming language. The puzzle for each
 

joelthelion Life simulation written in Rust, inspired by this very old screensaver: https://sourceforge.net/projects/primlife/ Demo: https://joelthelion.github.io
 

pgjbz Rust4Noobs Explore a documentação » Report Bug · Request Feature Sobre o Projeto Projeto para introdução a linguagem de programação Rust, o objetivo d
 

wlgys8 XPBD Simulation with Rust & Unity 上次看了XPBD的论文,最近又恰好在学习Rust,于是就想着用Rust来实现一个XPBD Solver练一下手,正好一箭双雕。 XPBD结论公式可参考此篇 - XPBD论文解读(Extended Position-Based Dyn