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-07-29 20:12:07 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
AppFlowy
/
frontend
/
rust-lib
/
flowy-error
/
src
/
lib.rs
8 lines
86 B
Rust
Raw
Normal View
History
Unescape
Escape
Refactor/crate directory (#1621) * chore: fix wanrings * chore: remove protobuf ref in flowy-error-code * chore: remove protobuf ref in lib-ws * refactor: remove protobuf trait in flowy http model * refactor: remove flowy-error-code crate Co-authored-by: nathan <nathan@appflowy.io>
2022-12-30 11:16:47 +08:00
mod
code
;
mv websocket to flowy-net crate
2021-12-14 15:31:44 +08:00
mod
errors
;
refactor errors
2021-12-14 18:04:51 +08:00
mod
ext
;
mv websocket to flowy-net crate
2021-12-14 15:31:44 +08:00
pub
mod
protobuf
;
Refactor/crate directory (#1621) * chore: fix wanrings * chore: remove protobuf ref in flowy-error-code * chore: remove protobuf ref in lib-ws * refactor: remove protobuf trait in flowy http model * refactor: remove flowy-error-code crate Co-authored-by: nathan <nathan@appflowy.io>
2022-12-30 11:16:47 +08:00
pub
use
code
::
*
;
mv websocket to flowy-net crate
2021-12-14 15:31:44 +08:00
pub
use
errors
::
*
;
Reference in New Issue
Copy Permalink