substring-replace 0.1.1

This crate provides developer-friendly methods to extract, insert and replace strings with character indices.
Documentation
[dependencies]

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

[package]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["text-processing", "parsing"]
description = "This crate provides developer-friendly methods to extract, insert and replace strings with character indices."
edition = "2021"
license = "GPL-2.0-or-later WITH Bison-exception-2.2"
name = "substring-replace"
readme = "README.md"
repository = "https://github.com/neilg63/substring-replace"
version = "0.1.1"

[[test]]
name = "integration_tests"
path = "tests/integration_tests.rs"