Docs.rs
  • frep-core-0.1.3
    • frep-core 0.1.3
    • Docs.rs crate page
    • MIT
    • Links
    • Homepage
    • Repository
    • crates.io
    • Source
    • Owners
    • thomasschafer
    • Dependencies
      • anyhow ^1.0.98 normal
      • content_inspector ^0.2.4 normal
      • crossterm ^0.29.0 normal
      • fancy-regex ^0.15.0 normal
      • ignore ^0.4.23 normal
      • log ^0.4.27 normal
      • regex ^1.11.1 normal
      • simple-log ^2.3.0 normal
      • tempfile ^3.20.0 normal
      • serial_test ^3.2.0 dev
      • tokio ^1.46.1 dev
    • Versions
    • 31.11% 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

frep_core0.1.3

Crate Items

  • Structs
  • Enums
  • Traits
  • Functions

List of all items

Structs

  • line_reader::LinesSplitEndings
  • replace::ReplaceStats
  • search::FileSearcher
  • search::FileSearcherConfig
  • search::RegexOptions
  • search::SearchResult
  • search::SearchResultWithReplacement
  • validation::SearchConfiguration
  • validation::SimpleErrorHandler

Enums

  • line_reader::LineEnding
  • replace::ReplaceResult
  • search::SearchType
  • validation::ValidationResult

Traits

  • line_reader::BufReadExt
  • validation::ValidationErrorHandler

Functions

  • line_reader::split_line_ending
  • replace::add_replacement
  • replace::calculate_statistics
  • replace::replace_all_in_file
  • replace::replace_in_file
  • replace::replacement_if_match
  • run::find_and_replace
  • search::contains_search
  • search::search_file
  • utils::add_overrides
  • utils::is_regex_error
  • validation::validate_search_configuration