Docs.rs
rust-agent-0.0.5
rust-agent 0.0.5
Docs.rs crate page
GPL-3.0
Links
Homepage
Repository
crates.io
Source
Owners
aiqubits
Dependencies
anyhow ^1.0
normal
async-trait ^0.1
normal
axum ^0.7
normal
chrono ^0.4
normal
config ^0.15
normal
env_logger ^0.11
normal
futures ^0.3
normal
log ^0.4
normal
reqwest ^0.11
normal
serde ^1.0
normal
serde_json ^1.0
normal
tempfile ^3.8
normal
tokio ^1.0
normal
tokio-stream ^0.1
normal
tower-http ^0.5
normal
uuid ^1.0
normal
Versions
38.94%
of the crate is documented
Platform
aarch64-apple-darwin
i686-pc-windows-msvc
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
deserialize_from_str
rust_
agent
0.0.5
In rust_
agent::
memory::
utils
rust_agent
::
memory
::
utils
Function
deserialize_
from_
str
Copy item path
Source
pub fn deserialize_from_str(json_str: &
str
) ->
Result
<
Value
>
Expand description
反序列化 JSON 字符串到值,带错误处理