deta_rust 0.3.1

The unofficial Deta SDK for Rust lang
Documentation
1
2
3
4
5
mod parse;
mod request;

pub use parse::parse_response_body;
pub use request::send_request;