Crate asimov_module

Source

Re-exports§

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

Modules§

json
JSON Utilities
resolve

Structs§

Configuration
ConfigurationVariable
Handles
InstalledModuleManifest
ModuleManifest
Provides

Enums§

ReadVarError
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