Docs.rs
ceph-async-4.0.5
ceph-async 4.0.5
Permalink
Docs.rs crate page
Apache-2.0
09 June 2026
Links
Homepage
Repository
crates.io
Source
Owners
YifangSun
Dependencies
bitflags ^1.2.1
normal
byteorder ^1
normal
futures ~0.3
normal
libc ~0.2
normal
nix ^0.21
normal
nom ^6
normal
serde ^1
normal
serde_derive ^1
normal
serde_json ^1
normal
tracing ^0.1
normal
uuid ~0.8
normal
Versions
20.9%
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 json
ceph_
async
4.0.5
Module json
Module Items
Functions
In crate ceph_
async
ceph_async
Module
json
Copy item path
Source
Functions
§
json_
as_
string
More specific String cast of an individual JsonData object.
json_
data
First json call that takes a JSON formatted string and converts it to JsonData object that can then be traversed using
json_find
via the key path.
json_
find
Looks for the parent object first and then the ‘child’ object. If the parent object is None then it only looks for the ‘child’ object. The parent object is used for situations where there may be ‘child’ objects with the same name.