Docs.rs
openstack-cli-core-0.13.6
openstack-cli-core 0.13.6
Permalink
Docs.rs crate page
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
gtema
Dependencies
base64 ^0.22
normal
clap ^4.6
normal
clap_complete ^4.6
normal
comfy-table ^7.2
normal
config ^0.15
normal
dialoguer ^0.12.0
normal
dirs ^6.0
normal
eyre ^0.6
normal
http ^1.4
normal
indicatif ^0.18
normal
itertools ^0.14
normal
openstack-sdk-auth-core ^0.22
normal
openstack_sdk_core ^0.22
normal
owo-colors ^4.3
normal
rand ^0.10
normal
reqwest ^0.13
normal
serde ^1.0
normal
serde_json ^1.0
normal
structable ^0.3
normal
thiserror ^2.0
normal
tokio ^1.52
normal
tokio-util ^0.7
normal
tracing ^0.1
normal
tracing-subscriber ^0.3
normal
url ^2.5
normal
tempfile ^3.27
dev
Versions
95.6%
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
parse_json
openstack_
cli_
core
0.13.6
In openstack_
cli_
core::
common
openstack_cli_core
::
common
Function
parse_
json
Copy item path
Source
pub fn parse_json( s: &
str
, ) ->
Result
<
Value
,
Box
<dyn
Error
+
Send
+
Sync
+ 'static>>