We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4683f6d commit db9b2cbCopy full SHA for db9b2cb
crates/string-offsets/README.md
@@ -1,4 +1,4 @@
1
-# UTF-8 Converter
+# string-offsets
2
3
This crate converts string positions between Rust style (UTF-8 byte offsets) and styles used by other programming languages, as well as line numbers.
4
@@ -8,5 +8,5 @@ Add this to your `Cargo.toml`:
8
9
```toml
10
[dependencies]
11
-utf8-converter = "0.1"
+string-offsets = "0.1"
12
```
0 commit comments