This is temporary. Since I'm using my own types implementation the autocreated lexicons don't work. Currently deciding the best way to move forward.
7 lines
138 B
Rust
7 lines
138 B
Rust
// pub mod lexicons;
|
|
pub mod types;
|
|
pub mod error;
|
|
#[cfg(feature = "sqlx-support")]
|
|
pub mod sqlx;
|
|
|
|
pub use atrium_api::types::Collection;
|