Docs.rs
mysh-0.1.8
mysh 0.1.8
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
yuzuquats
Dependencies
anyhow ^1.0.79
normal
colored ^2.1.0
normal
ctrlc ^3.4.2
normal
futures ^0.3.30
normal
indoc ^2.0.4
normal
mysh_derive ^0.1.7
normal
reedline ^0.36.0
normal
serde ^1.0.214
normal
serde-reflection ^0.4.0
normal
serde_derive ^1.0.214
normal
serde_json ^1.0.111
normal
thiserror ^1.0.56
normal
uuid ^1.10.0
normal
Versions
0%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
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
mysh
0.1.8
Module json
Module Items
Enums
Functions
In crate mysh
mysh
Module
json
Copy item path
Source
Enums
§
Value
Represents any valid JSON value.
Functions
§
to_
value
Convert a
T
into
serde_json::Value
which is an enum that can represent any valid JSON data.