Docs.rs
cipherstash-client-0.28.0
cipherstash-client 0.28.0
Permalink
Docs.rs crate page
Links
Homepage
Repository
crates.io
Source
Owners
coderdan
github:cipherstash:developers
auxesis
CDThomas
calvinbrewer
tobyhede
Dependencies
aes-gcm-siv ^0.11.1
normal
anyhow ^1.0.79
normal
async-mutex ^1.4.0
normal
async-trait ^0.1
normal
base16ct ^0.2.0
normal
base64 ^0.22.0
normal
base85 ^2.0.0
normal
blake3 ^1.5.4
normal
cfg-if ^1.0.0
normal
chrono ^0.4
normal
cipherstash-config >=0.2.3
normal
cipherstash-core ^0.1
normal
cllw-ore ^0.1.0
normal
cts-common ^0.3.0
normal
derive_more ^1.0.0
normal
dirs ^4.0.0
normal
futures ^0.3.25
normal
hex ^0.4.3
normal
hmac ^0.12.1
normal
itertools ^0.12.1
normal
lazy_static ^1.4.0
normal
log ^0.4
normal
miette ^7.5.0
normal
opaque-debug ^0.3.1
normal
open ^3.0.3
normal
ore-rs ^0.8
normal
percent-encoding ^2.3.1
normal
rand ^0.8.5
normal
rand_chacha ^0.3.1
normal
recipher >=0.1.3
normal
reqwest ^0.12
normal
reqwest-middleware ^0.3
normal
reqwest-retry ^0.5
normal
rmp-serde ^1.3.0
normal
rust-stemmers =1.2.0
normal
rust_decimal ^1.28.1
normal
serde ^1.0
normal
serde_bytes ^0.11.15
normal
serde_cbor ^0.11.2
normal
serde_json ^1.0.132
normal
serdect ^0.3.0
normal
sha2 ^0.10.6
normal
static_assertions ^1.1.0
normal
thiserror ^1.0.56
normal
tokio ^1.47.1
normal
optional
toml ^0.8.19
normal
tracing ^0.1
normal
url ^2.5.4
normal
uuid ^1.7.0
normal
winnow ^0.6.26
normal
zeroize ^1.8.1
normal
zerokms-protocol ^0.7.0
normal
bytes ^1.2.1
dev
clap ^4.5.4
dev
fake ^2.10.0
dev
lazy_static ^1.4.0
dev
paste ^1.0.15
dev
rust_decimal_macros ^1.28
dev
sealed_test ^1.0.0
dev
tempfile ^3.21.0
dev
tokio ^1.47.1
dev
tracing-subscriber ^0.3
dev
Versions
28.41%
of the crate is documented
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 ejsonpath
cipherstash_
client
0.28.0
Module ejsonpath
Module Items
Structs
Enums
In crate cipherstash_
client
cipherstash_client
Module
ejsonpath
Copy item path
Expand description
ejsonpath is a parser and evaluator for a subset of JSONPath.
Structs
§
Parse
Error
Enums
§
DotArg
The right hand argument to the
.
operator.
Index
Arg
The
idx
in
[idx]
.
Selector
A JSON path selector (in EQL dialect, which is a subset of general JSON Path)