bing_client/
lib.rs

1pub mod client;
2pub mod const_vars;
3pub mod local_macro;
4pub mod tests;
5pub mod types;
6pub mod utils;
7
8pub use client::BingClient;
9pub use types::chat_msg_type::EasyMsg;
10pub use types::chat_type::Chat;
11pub use types::cookie_type::Cookie;
12pub use types::delete_chat_type::TodelChats;
13pub use types::plugin_type::Plugin;
14pub use types::user_input_type::Tone;
15pub use types::user_input_type::UserInput;
16pub use utils::image_base64::Image;