Docs.rs
triplox-client-0.1.0-alpha.5
triplox-client 0.1.0-alpha.5
Permalink
Docs.rs crate page
Apache-2.0
Links
Repository
crates.io
Source
Owners
FiV0
Dependencies
anyhow ^1.0
normal
bytes ^1
normal
chrono ^0.4.38
normal
triplox-edn ^0.1.0-alpha.5
normal
futures ^0.3
normal
reqwest ^0.12
normal
rmp ^0.8
normal
rmpv ^1.3
normal
serde ^1.0
normal
thiserror ^2.0.1
normal
tokio ^1.40.0
normal
tokio-util ^0.7
normal
uuid ^1.11.0
normal
bincode ^1.3
dev
tokio ^1.40.0
dev
Versions
24.61%
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 node
triplox_
client
0.1.0-alpha.5
Module node
Module Items
Traits
Functions
In crate triplox_
client
triplox_client
Module
node
Copy item path
Source
Traits
§
Database
Into
Query
Into
TxOp
Per-element conversion to
TxOp
. Lets
submit_tx
/
execute_tx
accept either
Vec<TxOp>
or
Vec<&str>
/
Vec<String>
(each string parsed as one EDN tx op).
Query
Node
Submit
Node
Functions
§
collect_
tx_
ops