Docs.rs
macrame-db-0.7.0
macrame-db 0.7.0
Docs.rs crate page
MIT
OR
Apache-2.0
01 August 2026
Links
Repository
crates.io
Source
Owners
opticsWolf
Dependencies
bincode ^1.3
normal
libsql ^0.9.30
normal
serde ^1.0
normal
serde_json ^1.0
normal
thiserror ^1.0
normal
tokio ^1
normal
tracing ^0.1
normal
ulid ^1.1
normal
zstd ^0.13
normal
criterion ^0.5
dev
proptest ^1
dev
tempfile ^3.8
dev
tokio-test ^0.4
dev
Versions
48.71%
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 clock
macrame
0.7.0
Module clock
Module Items
Structs
Traits
Functions
In macrame::
util
macrame
::
util
Module
clock
Copy item path
Source
Structs
§
Fake
Clock
Fake clock for deterministic unit and scenario testing.
System
Clock
Production system clock maintaining a monotonic timestamp floor.
Traits
§
Clock
Trait defining the clock interface for timestamp generation. CONTRACT: successive calls return strictly increasing values, even across application restarts and NTP corrections.
Functions
§
format_
iso8601_
utc
Format a
SystemTime
in the canonical form
YYYY-MM-DDTHH:MM:SS.ffffffZ
.
parse_
iso8601_
utc
Strict parser for the canonical timestamp form (§4.1), accepting the legacy second-precision form for rows written by older crate versions.