Crate deta_rust

Source
Expand description

The Deta-Rust is a simple unofficial Deta SDK for Rust lang.

You can see examples to get you started more quickly.

Have fun 😀

Re-exports§

pub use serde;
pub use serde_json;

Modules§

database
Deta-base service SDK. Check deta docs for more information.
drive
Deta-drive service SDK. Check deta docs for more information.
error
When performing an action in the deta drive API or deserializing the response fails.

Structs§

DetaClient
Stores the necessary information for deta integration. Check deta docs for more information.