Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 516 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 516 Bytes

rust

learn rust http

learn rust programming to create http server for back-end

Get started

  • clone this repository
  • run cargo run to run server
  • open localhost:8000 on your browser
  • start edit with ./src/main.rs

packages and tools