1
0
mirror of https://github.com/actix/actix-extras.git synced 2025-03-12 08:42:47 +01:00
actix-extras/src/lib.rs

9 lines
115 B
Rust
Raw Normal View History

2018-05-20 12:59:41 +03:00
extern crate actix_web;
extern crate base64;
mod schemes;
mod errors;
pub use schemes::*;
pub use errors::Error;