Docs.rs
  • code-digest-0.3.0
    • code-digest 0.3.0
    • Docs.rs crate page
    • MIT
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • integer256
    • Dependencies
      • anyhow ^1.0 normal
      • clap ^4.5 normal
      • dirs ^5.0 normal
      • ignore ^0.4 normal
      • rayon ^1.10 normal
      • serde ^1.0 normal
      • tempfile ^3.10 normal
      • thiserror ^1.0 normal
      • tiktoken-rs ^0.5 normal
      • toml ^0.8 normal
      • walkdir ^2.5 normal
      • assert_cmd ^2.0 dev
      • criterion ^0.5 dev
      • predicates ^3.1 dev
      • tempfile ^3.10 dev
    • Versions
    • 77.64% 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

code_digest0.3.0

Crate Items

  • Structs
  • Enums
  • Functions
  • Type Aliases

List of all items

Structs

  • cli::Config
  • config::ConfigFile
  • config::Defaults
  • config::Priority
  • core::digest::DigestOptions
  • core::token::FileTokenCount
  • core::token::TokenCounter
  • core::token::TotalTokenEstimate
  • core::walker::FileInfo
  • core::walker::WalkOptions

Enums

  • cli::LlmTool
  • utils::error::CodeDigestError
  • utils::file_ext::FileType

Functions

  • config::create_example_config
  • core::digest::generate_markdown
  • core::prioritizer::group_by_directory
  • core::prioritizer::prioritize_files
  • core::token::remaining_tokens
  • core::token::would_exceed_limit
  • core::walker::walk_directory
  • remote::fetch_repository
  • remote::get_repo_path
  • remote::gh_available
  • remote::git_available
  • remote::parse_github_url
  • run
  • utils::file_ext::get_language_from_extension
  • utils::file_ext::is_binary_content
  • utils::file_ext::is_binary_extension

Type Aliases

  • utils::error::Result