Docs.rs
bloom-web-0.1.0
bloom-web 0.1.0
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
matusmesko
Dependencies
actix-web ^4.11.0
normal
anyhow ^1.0
normal
bloom-web-core ^0.1.0
normal
bloom-web-macros ^0.1.0
normal
chrono ^0.4
normal
inventory ^0.3
normal
serde ^1.0
normal
serde_json ^1.0
normal
sqlx ^0.8
normal
utoipa ^4.2.3
normal
chrono ^0.4
dev
env_logger ^0.10
dev
serde ^1.0
dev
serde_json ^1.0
dev
tokio-test ^0.4
dev
Versions
100%
of the crate is documented
Go to latest version
Platform
i686-unknown-linux-gnu
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
Module chrono
bloom_
web
0.1.0
Module chrono
Module Items
Structs
Traits
In bloom_
web::
sqlx::
types
bloom_web
::
sqlx
::
types
Module
chrono
Copy item path
Source
Structs
§
Date
Time
ISO 8601 combined date and time with time zone.
Fixed
Offset
The time zone with fixed offset, from UTC-23:59:59 to UTC+23:59:59.
Local
The local timescale.
Naive
Date
ISO 8601 calendar date without timezone. Allows for every
proleptic Gregorian date
from Jan 1, 262145 BCE to Dec 31, 262143 CE. Also supports the conversion from ISO 8601 ordinal and week date.
Naive
Date
Time
ISO 8601 combined date and time without timezone.
Naive
Time
ISO 8601 time without timezone. Allows for the nanosecond precision and optional leap second representation.
Utc
The UTC time zone. This is the most efficient time zone when you don’t need the local time. It is also used as an offset (which is also a dummy type).
Traits
§
Time
Zone
The time zone.