//! The [Deta-Rust](https://github.com/JakubesP/deta-rust) is a simple unofficial [Deta](https://www.deta.sh/) SDK for Rust lang.
//!
//! You can see [examples](https://github.com/JakubesP/deta-rust/tree/main/examples) to get you started more quickly.
//!
//! Have fun 😀
pub use DetaClient;
// Re-exports
pub use serde;
pub use serde_json;