Create euphoxide-client crate
This commit is contained in:
parent
7aba0eb50e
commit
4d09c0c4df
8 changed files with 780 additions and 2 deletions
6
euphoxide-client/src/lib.rs
Normal file
6
euphoxide-client/src/lib.rs
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
mod builder;
|
||||
mod config;
|
||||
mod multi;
|
||||
mod single;
|
||||
|
||||
pub use self::{builder::*, config::*, multi::*, single::*};
|
||||
Loading…
Add table
Add a link
Reference in a new issue