surrealpatch/src/lib.rs
2022-01-13 17:53:30 +00:00

19 lines
192 B
Rust

#[macro_use]
extern crate log;
#[macro_use]
mod mac;
mod cnf;
mod ctx;
mod dbs;
mod doc;
mod err;
mod fnc;
mod key;
mod kvs;
mod sql;
fn main() {
// TODO: implement initiation from wasm
}