Docs.rs
  • tiger-lib-0.7.4
    • tiger-lib 0.7.4
    • Docs.rs crate page
    • GPL-3.0-or-later
    • Links
    • Homepage
    • Repository
    • crates.io
    • Source
    • Owners
    • amtep
    • Dependencies
      • ansi_term ^0.12.1 normal
      • anyhow ^1 normal
      • as-any ^0.3.0 normal
      • bitflags ^2.3.3 normal
      • encoding ^0.2 normal
      • fnv ^1 normal
      • home ^0.5 normal
      • image ^0.24 normal
      • lazy_static ^1 normal
      • once_cell ^1.18.0 normal
      • png ^0.17.6 normal
      • rayon ^1.7.0 normal
      • serde ^1.0.171 normal
      • serde_json ^1.0.103 normal
      • strum ^0.25 normal
      • strum_macros ^0.25 normal
      • thiserror ^1 normal
      • unicode-width ^0.1.9 normal
      • walkdir ^2 normal
      • criterion ^0.5 dev
      • winreg ^0.50 normal
    • Versions
    • 3.23% of the crate is documented
  • Go to latest version
  • Platform
    • i686-pc-windows-msvc
    • i686-unknown-linux-gnu
    • x86_64-apple-darwin
    • x86_64-pc-windows-msvc
    • x86_64-unknown-linux-gnu
  • Feature flags
  • docs.rs
    • About docs.rs
    • Badges
    • Builds
    • Metadata
    • Shorthand URLs
    • Download
    • Rustdoc JSON
    • Build queue
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation
logo

logo

Module report

  • Structs
  • Functions
?
Change settings

Module tiger_lib::report

source ·

Structs

  • Errors

Functions

  • add_loaded_mod_root
  • advice
  • advice2
  • advice_info
  • disable_ansi_colors
    Disable color in the output.
  • emit_reports
  • error
  • error_info
  • log
  • old_warn
  • set_max_line_length
    TODO:
  • set_mod_root
  • set_output_file
  • set_output_style
    Override the default OutputStyle. (Controls ansi colors)
  • set_predicate
  • set_show_loaded_mods
  • set_show_vanilla
  • set_vanilla_dir
  • warn2
  • warn3
  • warn_abbreviated
  • warn_header
  • warn_info
  • will_maybe_log
    Tests whether the report might be printed. If false, the report will definitely not be printed.