Skip to content

Learning Rust Web Development with the Axum Framework

Notifications You must be signed in to change notification settings

thibgil/axum-rust-webapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Learning Axum Webdev

Quick_dev commands

  • Install cargo-watch
cargo install cargo-watch
  • Recompile & run when a change is done une the source code.
cargo watch -q -c -w src/ -x run
  • Execute the quick_dev function
cargo watch -q -c -w tests/ -x "test -q quick_dev -- --nocapture"

About

Learning Rust Web Development with the Axum Framework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages