frep-core 0.1.0

Core functionality for find and replace operations
Documentation
[dependencies]

[lib]
name = "frep_core"
path = "src/lib.rs"

[lints.clippy]
if_not_else = "allow"
manual_string_new = "allow"
missing_errors_doc = "allow"
missing_panics_doc = "allow"
must_use_candidate = "allow"
needless_raw_string_hashes = "allow"
redundant_else = "allow"
return_self_not_must_use = "allow"

[lints.clippy.pedantic]
level = "warn"
priority = -1

[lints.rust]
rust_2018_idioms = "warn"

[package]
authors = ["thomasschafer97@gmail.com"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities"]
description = "Core functionality for find and replace operations"
edition = "2024"
homepage = "https://github.com/thomasschafer/frep/tree/main/frep-core"
keywords = ["cli", "find", "search", "replace"]
license = "MIT"
name = "frep-core"
readme = "README.md"
repository = "https://github.com/thomasschafer/frep/tree/main/frep-core"
resolver = "2"
version = "0.1.0"