substring-replace 0.2.2

This crate provides developer-friendly methods to manipulate strings with character indices.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "substring-replace"
version = "0.2.2"
dependencies = [
 "to-offset",
]

[[package]]
name = "to-offset"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c2dccce9242dfe21c8559fa0ba13fe02428a65e9f26a1f55e6e720891f8bcac0"