This website requires JavaScript.
Explore
Help
Register
Sign In
yujunjun
/
AppFlowy
Watch
1
Star
0
Fork
0
You've already forked AppFlowy
mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced
2025-09-28 18:01:52 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
AppFlowy
/
rust-lib
/
flowy-user
/
src
/
protobuf
/
model
/
mod.rs
10 lines
102 B
Rust
Raw
Normal View
History
Unescape
Escape
auto generate crate protobuf file and model
2021-07-05 15:33:39 +08:00
test flowy-user with protobuf serde
2021-07-05 21:23:13 +08:00
mod
sign_up
;
pub
use
sign_up
::
*
;
mod
sign_in
;
pub
use
sign_in
::
*
;
auto generate crate protobuf file and model
2021-07-05 15:33:39 +08:00
mod
user
;
pub
use
user
::
*
;
Reference in New Issue
Copy Permalink