Docs.rs
parse-rs-0.1.0
parse-rs 0.1.0
Docs.rs crate page
MIT
Links
crates.io
Source
Owners
tbraun96
Dependencies
chrono ^0.4
normal
log ^0.4
normal
regex ^1.10
normal
reqwest ^0.12
normal
serde ^1.0.219
normal
serde_json ^1.0.140
normal
thiserror ^2.0
normal
tokio ^1.45.1
normal
url ^2.5.0
normal
dotenvy ^0.15.7
dev
env_logger ^0.11.3
dev
uuid ^1.7.0
dev
Versions
41.76%
of the crate is documented
Go to latest version
Platform
i686-pc-windows-msvc
x86_64-apple-darwin
x86_64-pc-windows-msvc
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
parse_
rs
0.1.0
Module common
Module Items
Structs
In parse_
rs::
types
parse_rs
::
types
Module
common
Copy item path
Source
Structs
ยง
Parse
Date
Represents a Parse Date type, which includes timezone information. Parse stores dates in UTC.
Parse
Relation
Represents a Parse Relation field on an object. This indicates a one-to-many or many-to-many relationship. The actual related objects are typically fetched via a separate query.
Pointer
Represents a Pointer to another Parse object. Pointers are used to create relationships between objects.
Relation
Op
Represents a relational operation (AddRelation, RemoveRelation).