refactory_string 0.1.2

A library to modify a string using original indices. Useful for Source Code transformations.
Documentation
[package]
authors = ["Hans Larsen <hans@larsen.online>"]
categories = ["no-std", "data-structures", "parsing", "text-processing"]
description = "A library to modify a string using original indices. Useful for Source Code transformations."
documentation = "https://docs.rs/refactory_string"
edition = "2018"
homepage = "https://github.com/hansl/refactory"
include = ["Cargo.toml", "src", "README.md", "LICENSE"]
keywords = ["refactor", "source", "string", "refactory", "magic"]
license = "Apache-2.0"
license-file = "LICENSE"
name = "refactory_string"
readme = "README.md"
repository = "https://github.com/hansl/refactory"
version = "0.1.2"