Docs.rs
deta_rust-0.3.1
deta_rust 0.3.1
Docs.rs crate page
MIT
20 July 2026
Links
Homepage
Repository
crates.io
Source
Owners
JakubesP
Dependencies
bytes ^1.1.0
normal
reqwest ^0.11.8
normal
serde ^1.0.94
normal
serde_json ^1.0.40
normal
thiserror ^1.0.30
normal
dotenv ^0.15.0
dev
lazy_static ^1.4.0
dev
serial_test ^0.5.1
dev
tokio ^1
dev
Versions
42.97%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Skip to main content
Module updates
deta_
rust
0.3.1
Module updates
Module Items
Structs
Enums
In deta_
rust::
database
deta_rust
::
database
Module
updates
Copy item path
Source
Expand description
Tools for defining updates to be performed on an item in the database.
Structs
§
Updates
Builder type to build a list of updates to perform.
Enums
§
Action
Enum specifying the variants of actions to be performed when updating the item. The type contains factory methods to facilitate the construction of variants. Check
deta docs
for more information.