Skip to content

This is a twitter-inspired REST API made with Rust and Axum, based on the full Axum course by Jeremy Chone, with the intent of learning how to code production level Rust.

Notifications You must be signed in to change notification settings

enricava/rust_xtwitter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quick Dev

These are some nice-to-have cargo watch commands to enable hot-reloading the source files.

cargo watch -q -c -w src/ -x run
cargo watch -q -c -w examples/ -x "run --example quick_dev"

Rust-Axum Production Coding

I have been closely following this course by Jeremy Chone.

About

This is a twitter-inspired REST API made with Rust and Axum, based on the full Axum course by Jeremy Chone, with the intent of learning how to code production level Rust.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages