diff options
Diffstat (limited to 'src/lib.rs')
| -rw-r--r-- | src/lib.rs | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -96,10 +96,11 @@ pub mod builder; pub mod client; pub mod ext; pub mod model; +pub mod prelude; mod constants; mod error; -mod prelude; +mod prelude_internal; pub use client::Client; pub use error::{Error, Result}; |