Skip to main content

Crate dynamo_config

Crate dynamo_config 

Source
Expand description

Configuration utilities and trait re-exports.

This module provides utility functions for parsing configuration values and re-exports the core configuration traits from the integrations module.

Functionsยง

env_is_falsey
Check if an environment variable is falsey.
env_is_truthy
Check if an environment variable is truthy.
env_parse_bool
Parse an environment variable as a boolean, returning an error if invalid.
is_falsey
Check if a string is falsey.
is_truthy
Check if a string is truthy.
parse_bool
Parse a string as a boolean value, returning an error if invalid.