mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-08-24 13:17:10 +08:00
8 lines
110 B
Rust
8 lines
110 B
Rust
mod doc;
|
|
|
|
#[cfg(feature = "fuzz")]
|
|
pub mod doc_operation;
|
|
|
|
#[cfg(feature = "fuzz")]
|
|
pub use doc_operation::*;
|