postrust_lambda/
lib.rs

1//! Postrust Lambda library.
2//!
3//! Re-exports for Lambda handler implementation.
4
5pub use postrust_auth;
6pub use postrust_core;
7pub use postrust_response;
8pub use postrust_sql;