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-30 20:40:53 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
AppFlowy
/
rust-lib
/
flowy-editor
/
src
/
lib.rs
8 lines
95 B
Rust
Raw
Normal View
History
Unescape
Escape
rename flowy-editor to flowy-document
2021-07-31 10:50:56 +08:00
#[
cfg(test)
]
mod
tests
{
#[
test
]
fn
it_works
(
)
{
assert_eq!
(
2
+
2
,
4
)
;
}
integrate editor into sdk
2021-07-22 22:26:38 +08:00
}
Reference in New Issue
Copy Permalink