voicevox_client/
lib.rs

1mod audio_query;
2mod client;
3mod restapi;
4mod types;
5
6pub use client::Client;