Docs.rs
  • codemerge-0.5.0
    • codemerge 0.5.0
    • Permalink
    • Docs.rs crate page
    • MIT
    • Links
    • crates.io
    • Source
    • Owners
    • gelleson
    • Dependencies
      • chrono ^0.4 normal
      • clap ^4.5.20 normal
      • claude-tokenizer ^0.3.0 normal
      • csv ^1.2 normal
      • glob ^0.3.1 normal
      • ignore ^0.4.23 normal
      • indicatif ^0.16 normal
      • rayon ^1.10.0 normal
      • regex ^1.11.0 normal
      • serde ^1.0 normal
      • serde_json ^1.0 normal
      • serde_yaml ^0.9 normal
      • structopt ^0.3.26 normal
      • tempfile ^3.13.0 normal
      • thiserror ^1.0 normal
      • tiktoken-rs ^0.5.9 normal
      • toml ^0.8 normal
      • vfs ^0.12.0 normal
      • walkdir ^2.3 normal
    • Versions
    • 14.17% of the crate is documented
  • Platform
    • 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

codemerge0.5.0

Crate Items

  • Structs
  • Enums
  • Traits
  • Functions

List of all items

Structs

  • cli::CodeMerge
  • config::CliConfig
  • config::MergeConfig
  • config::OutputConfig
  • config::ProjectConfig
  • config::TokenizerConfig
  • output_format::AnalysisReport
  • output_format::CsvFormatter
  • output_format::JsonFormatter
  • output_format::MarkdownFormatter
  • output_format::TokenAnalysis
  • token_management::TokenConfig
  • token_management::TokenManager

Enums

  • cli::Commands
  • config::ConfigError
  • output_format::FormatError
  • token_management::TokenError

Traits

  • output_format::OutputFormatter
  • token_management::Tokenizer

Functions

  • file_ops::create_walk_builder
  • output_format::create_formatter
  • token_counter::calculate_tokens
  • token_counter::count_file_tokens
  • token_counter::count_tokens
  • token_counter::merge_files