Docs.rs
  • diffsitter-0.9.0
    • diffsitter 0.9.0
    • Permalink
    • Docs.rs crate page
    • MIT
    • Links
    • Homepage
    • Repository
    • crates.io
    • Source
    • Owners
    • afnanenayet
    • Dependencies
      • anyhow ^1.0.98 normal
      • clap ^4.5.37 normal
      • clap_complete ^4.5.47 normal
      • console ^0.15.11 normal
      • enum_dispatch ^0.3.13 normal
      • human-panic ^2.0.2 normal
      • jemallocator ^0.5.4 normal optional
      • json5 ^0.4.1 normal
      • lazy_static ^1.5.0 normal optional
      • libloading ^0.8.6 normal
      • log ^0.4.27 normal
      • logging_timer ^1.1.1 normal
      • phf ^0.11.3 normal
      • pretty_env_logger ^0.5.0 normal
      • serde ^1.0.219 normal
      • serde_json ^1.0.140 normal
      • shadow-rs ^1.1.1 normal optional
      • strum ^0.27.1 normal
      • strum_macros ^0.27.1 normal
      • thiserror ^2.0.12 normal
      • tree-sitter ^0.25.3 normal
      • unicode-segmentation ^1.12.0 normal
      • insta ^1.42.2 dev
      • mockall ^0.13.1 dev
      • pretty_assertions ^1.4.1 dev
      • rstest ^0.25 dev
      • test-case ^3.3.1 dev
      • anyhow ^1.0.98 build
      • cargo-emit ^0.2.1 build
      • cc ^1.2.19 build
      • phf ^0.11.3 build
      • rayon ^1.10.0 build
      • shadow-rs ^1.1.1 build optional
      • thiserror ^2.0.12 build
      • xdg ^2.5.2 normal
      • directories-next ^2.0.0 normal
    • Versions
    • 68.04% of the crate is documented
  • Platform
    • x86_64-unknown-linux-gnu
  • Feature flags
  • docs.rs
    • About docs.rs
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

libdiffsitter0.9.0

Crate Items

  • Structs
  • Enums
  • Traits
  • Functions
  • Type Aliases

List of all items

Structs

  • cli::Args
  • config::Config
  • diff::Hunk
  • diff::HunkAppender
  • diff::Hunks
  • diff::Line
  • diff::MidSnakeInfo
  • diff::Myers
  • diff::MyersFrontiers
  • diff::RichHunks
  • diff::RichHunksBuilder
  • input_processing::Entry
  • input_processing::TreeSitterProcessor
  • input_processing::Vector
  • input_processing::VectorData
  • input_processing::VectorLeaf
  • neg_idx_vec::NegIdxVec
  • parse::GrammarConfig
  • parse::SUPPORTED_LANGUAGES
  • render::DisplayData
  • render::DocumentDiffData
  • render::HighlightColors
  • render::RenderConfig
  • render::RenderersIter

Enums

  • cli::Command
  • cli::ShellWrapper
  • config::ReadError
  • console_utils::ColorOutputPolicy
  • diff::DocumentType
  • diff::HunkInsertionError
  • input_processing::EditType
  • parse::LoadingError
  • render::Emphasis
  • render::Renderers

Traits

  • diff::Engine
  • render::Renderer

Functions

  • console_utils::set_term_colors
  • diff::compute_edit_script
  • generate_ast_vector_data
  • parse::construct_ts_lang_from_shared_lib
  • parse::generate_language
  • parse::lang_name_from_file_ext
  • parse::language_from_ext
  • parse::parse_file
  • parse::resolve_language_str
  • parse::tree_sitter_bash
  • parse::tree_sitter_c
  • parse::tree_sitter_c_sharp
  • parse::tree_sitter_constructor_symbol_name
  • parse::tree_sitter_cpp
  • parse::tree_sitter_css
  • parse::tree_sitter_go
  • parse::tree_sitter_hcl
  • parse::tree_sitter_java
  • parse::tree_sitter_json
  • parse::tree_sitter_markdown
  • parse::tree_sitter_ocaml
  • parse::tree_sitter_php
  • parse::tree_sitter_python
  • parse::tree_sitter_ruby
  • parse::tree_sitter_rust
  • parse::tree_sitter_tsx
  • parse::tree_sitter_typescript
  • parse::ts_language_abi_checked

Type Aliases

  • diff::RichHunk