Skip to content

leondejong/rust-playground

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rust Playground

General

  • general/collections -> Collection examples

CLI

  • cli/generation-clap -> CLI random sample generator example with clap and rand

Web

  • web/api-tide -> JSON REST API example with tide
  • web/api-warp -> JSON REST API example with warp
  • web/api-axum -> JSON REST API example with axum
  • web/api-hyper-sqlx -> JSON REST API example with hyper and sqlx

Graphics

  • graphics/ggez-platform -> Basic platform example with ggez
  • graphics/raylib-platform -> Basic platform example with raylib
  • graphics/nannou-platform -> Basic platform example with nannou
  • graphics/macroquad-platform -> Basic platform example with macroquad
  • graphics/minifb-platform -> Basic platform example with minifb
  • graphics/wasm-platform -> Basic platform example with wasm
  • graphics/winit-softbuffer -> Pixel drawing example with winit and softbuffer
  • graphics/winit-pixels -> Pixel drawing example with winit and pixels
  • graphics/minifb-example -> Pixel drawing example with minifb