Docs.rs
dynamo-protocols-2.0.2
dynamo-protocols 2.0.2
Permalink
Docs.rs crate page
Apache-2.0
AND
MIT
11 July 2026
Links
Homepage
Repository
crates.io
Source
Owners
nv-anants
saturley-hall
pvijayakrish
nv-nmailhot
Dependencies
async-openai ^0.34
normal
derive_builder ^0.20
normal
futures ^0.3
normal
serde ^1
normal
serde_json ^1
normal
thiserror ^2.0.17
normal
tracing ^0.1
normal
url ^2.5
normal
uuid ^1.18.1
normal
serde_json ^1
dev
tokio ^1.48
dev
tokio-test ^0.4.4
dev
Versions
30.05%
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
Input
dynamo_
protocols
2.0.2
Input
Aliased Type
Variants
Items
Text
In dynamo_
protocols::
types::
responses
dynamo_protocols
::
types
::
responses
Type Alias
Input
Copy item path
Source
pub type Input =
InputParam
;
Aliased Type
§
pub enum Input { Text(
String
), Items(
Vec
<
InputItem
>), }
Variants
§
§
Text(
String
)
§
Items(
Vec
<
InputItem
>)