Skip to content

Commit 2fcc903

Browse files
committed
last-minute polishing
1 parent ef32575 commit 2fcc903

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

crates/string-offsets/Cargo.toml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,13 @@
11
[package]
2-
authors = ["The blackbird team <support@github.com>"]
3-
edition = "2021"
42
name = "string-offsets"
3+
authors = ["The blackbird team <support@github.com>"]
54
version = "0.1.0"
5+
edition = "2021"
6+
description = "Offset calculator to convert between byte, char, and line offsets in a string."
7+
repository = "https://github.com/github/rust-gems"
8+
license = "MIT"
9+
keywords = ["unicode", "string", "offsets", "positions", "interoperability"]
10+
categories = ["algorithms", "data-structures", "text-processing", "development-tools::ffi"]
611

712
[dev-dependencies]
813
itertools = "0.13"

crates/string-offsets/src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
//! Offset calculator to convert between byte, char, and line offsets in a string.
22
//!
3-
//!
43
//! # Example
54
//!
65
//! ```

0 commit comments

Comments
 (0)