Skip to content

leondejong/rust-playground

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 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/basic-ggez -> Basic platform example with ggez
  • graphics/basic-raylib -> Basic platform example with raylib
  • graphics/basic-nannou -> Basic platform example with nannou
  • graphics/basic-macroquad -> Basic platform example with macroquad
  • 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