Crate asimov_module

Source

Re-exports§

pub use getenv;
pub use secrecy;
pub use tracing;
pub use tracing_subscriber;

Modules§

models
resolve

Enums§

SysexitsError
Standard <sysexits.h> preferable exit codes for programs on Unix systems.

Functions§

args_os
dotenv
Loads the .env file from the current directory or parents. This is typically what you want.
exit
Exit the process with the given exit code.
init_tracing_subscriber

Type Aliases§

SysexitsResult