elicitation 0.8.0

Conversational elicitation of strongly-typed Rust values via MCP
Documentation
1
2
3
4
5
6
7
8
9
10
11
//! Standard library collection types.

mod btreemap;
mod btreeset;
mod choice_set;
mod hashmap;
mod hashset;
mod linkedlist;
mod vecdeque;

pub use choice_set::ChoiceSet;