substring-replace 0.1.1

This crate provides developer-friendly methods to extract, insert and replace strings with character indices.
Documentation
1
2
3
4
5
6
7
8
9
10
[package]
name = "substring-replace"
version = "0.1.1"
edition = "2021"
description = "This crate provides developer-friendly methods to extract, insert and replace strings with character indices."
repository = "https://github.com/neilg63/substring-replace"
categories = ["text-processing", "parsing"]
license = "GPL-2.0-or-later WITH Bison-exception-2.2"

[dependencies]