tideway 0.1.0

A batteries-included Rust web framework built on Axum for building SaaS applications quickly
1
2
3
4
5
6
7
8
//! Utility functions and helpers.
//!
//! Common utilities for environment variable handling and other helpers.

pub mod env;

pub use env::get_env_with_prefix;