1// This is free and unencumbered software released into the public domain.
23//! ```rust
4//! # use asimov_prompt::*;
5//! ```
67#![no_std]
89mod prompt;
10pub use prompt::*;
1112mod prompt_message;
13pub use prompt_message::*;
1415mod prompt_role;
16pub use prompt_role::*;