Create euphoxide-client crate

This commit is contained in:
Joscha 2024-12-28 17:33:15 +01:00
parent 7aba0eb50e
commit 4d09c0c4df
8 changed files with 780 additions and 2 deletions

View file

@ -0,0 +1,6 @@
mod builder;
mod config;
mod multi;
mod single;
pub use self::{builder::*, config::*, multi::*, single::*};