This website requires JavaScript.
Explore
Help
Sign In
nova
/
Actix-Demo
Watch
1
Star
0
Fork
0
You've already forked Actix-Demo
Code
Issues
Pull Requests
Releases
Wiki
Activity
81a72578a1
Actix-Demo
/
src
/
routes.rs
5 lines
76 B
Rust
Raw
Normal View
History
Unescape
Escape
Many updates Split codebase into modules Added custom all in one error type Added password to user model Added password hashing using bcrypt Added model validation for username using regex
2020-05-09 06:37:08 +00:00
pub
mod
auth
;
first commit
2020-05-06 13:25:54 +00:00
pub
mod
users
;
Many updates Split codebase into modules Added custom all in one error type Added password to user model Added password hashing using bcrypt Added model validation for username using regex
2020-05-09 06:37:08 +00:00
pub
use
self
::
auth
::
*
;
first commit
2020-05-06 13:25:54 +00:00
pub
use
self
::
users
::
*
;
Reference in New Issue
Copy Permalink