mirror of
https://github.com/actix/actix-extras.git
synced 2025-03-12 08:42:47 +01:00
9 lines
115 B
Rust
9 lines
115 B
Rust
|
extern crate actix_web;
|
||
|
extern crate base64;
|
||
|
|
||
|
mod schemes;
|
||
|
mod errors;
|
||
|
|
||
|
pub use schemes::*;
|
||
|
pub use errors::Error;
|