Crate audb_core
Source pub use tools::types::LogLevel;pub use features::*;pub use tools::*;
- features
- tools
- exit_errorDeprecated
- Print error and exit (deprecated - use
exit_error function instead) - exit_infoDeprecated
- Print info and exit (deprecated - use
exit_info function instead) - print_errorDeprecated
- Pretty print error (deprecated - use
print_error function instead) - print_infoDeprecated
- Pretty print info (deprecated - use
print_info function instead) - print_stateDeprecated
- Pretty print state (deprecated - use
print_state function instead) - print_successDeprecated
- Pretty print success (deprecated - use
print_success function instead) - print_warningDeprecated
- Pretty print warning (deprecated - use
print_warning function instead)