Docs.rs
  • textalyzer-0.3.0
    • textalyzer 0.3.0
    • Permalink
    • Docs.rs crate page
    • AGPL-3.0-or-later
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • ad-si
    • Dependencies
      • clap ^4.5.1 normal
      • colored ^3.0.0 normal
      • ignore ^0.4.22 normal
      • memmap2 ^0.9.0 normal
      • pad ^0.1.5 normal
      • rayon ^1.8.0 normal
      • tempfile ^3.8.1 normal
      • terminal_size ^0.4.1 normal
      • unicode-width ^0.2.0 normal
    • Versions
    • 37.84% of the crate is documented
  • 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
  • Rust
    • About docs.rs
    • Privacy policy
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

textalyzer0.3.0

Crate Items

  • Structs
  • Enums
  • Functions

List of all items

Structs

  • types::Config
  • types::FileEntry
  • types::LineEntry

Enums

  • types::Command
  • types::MappedContent

Functions

  • duplication::find_duplicate_lines
  • duplication::find_multi_line_duplications
  • file_utils::find_all_files
  • file_utils::load_files
  • file_utils::merge_file_lines
  • frequency::format_freq_map
  • frequency::generate_frequency_map
  • output::is_light_theme
  • output::output_duplications
  • run