Crate fastcert

Crate fastcert 

Source
Expand description

fastcert - A tool for creating locally-trusted development certificates

Re-exports§

pub use error::Error;
pub use error::Result;

Modules§

ca
Certificate Authority management
cert
Certificate generation module.
error
fileutil
File and path utilities
truststore
Platform-specific trust store implementations.

Enums§

OutputFormat
Output format options

Functions§

debug_log
Log debug information about a value
debug_print
Print debug message
get_output_format
Get the configured output format
info_print
Print message only if not in quiet mode
is_debug
Check if debug mode is enabled
is_quiet
Check if quiet mode is enabled
is_verbose
Check if verbose mode is enabled
verbose_print
Print verbose message