surrealpatch/src/doc/mod.rs

14 lines
134 B
Rust
Raw Normal View History

2020-06-29 15:36:01 +00:00
mod doc;
mod allow;
mod check;
mod event;
mod grant;
mod lives;
mod merge;
mod perms;
mod table;
mod r#yield;
pub use self::doc::*;