This website requires JavaScript.
Explore
Help
Sign In
berkus
/
actix-web
mirror of
https://github.com/fafhrd91/actix-web
Watch
1
Star
0
Fork
You've already forked actix-web
0
Code
Issues
Releases
Wiki
Activity
fee1e255ac
actix-web
/
examples
/
diesel
/
src
/
schema.rs
7 lines
76 B
XML
Raw
Blame
History
table! {
users (id) {
id -> Text,
name -> Text,
}
}
Reference in New Issue
View Git Blame
Copy Permalink