tideway 0.7.17

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

pub mod ensure;
pub mod env;

pub use env::get_env_with_prefix;