Skip to content

ninedotslabs/rsweb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RSWeb

Rust Web Template.

Libs: [warp, ructe]

Development

first, test

$ cargo test

if test is good and no error, then run

$ cargo run

save your time by testing first rather than loop { edit->run }.