tighterror-build 0.0.22

The tighterror code generation library.
Documentation
pub const STDOUT_PATH: &str = "-";
pub const IMPLICIT_FILENAME: &str = "tighterror.rs";
pub const DEFAULT_MODULE_DOC: &str = "";
pub const DEFAULT_ERROR_STRUCT_DOC: &str =
    "Error type.\n\nSee the [kinds] module for error kind constants.";
pub const DEFAULT_ERROR_KIND_STRUCT_DOC: &str =
    "Error kind type.\n\nSee the [kinds] module for error kind constants.";
pub const DEFAULT_ERROR_KIND_CONST_DOC: &str = "";
pub const DEFAULT_CATEGORY_STRUCT_DOC: &str =
    "Error category type.\n\nSee the [categories] module for category constants.";
pub const DEFAULT_GENERAL_CAT_DOC: &str = "General error category.";
pub const DEFAULT_DOC_FROM_DISPLAY: bool = false;
pub const DEFAULT_TEST: bool = false;
pub const DEFAULT_ERR_INTO_RESULT: bool = true;
pub const DEFAULT_ERR_KIND_INTO_RESULT: bool = true;
pub const DEFAULT_ERROR_TRAIT: bool = true;
pub const DEFAULT_UPDATE_MODE: bool = false;
pub const DEFAULT_NO_STD: bool = false;
pub const DEFAULT_FLAT_KINDS: bool = false;
pub const DEFAULT_SEPARATE_FILES: bool = false;
pub const DEFAULT_VARIANT_TYPE: bool = false;