Skip to content

Commit

Permalink
last-minute polishing
Browse files Browse the repository at this point in the history
  • Loading branch information
jorendorff committed Nov 12, 2024
1 parent ef32575 commit 2fcc903
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
9 changes: 7 additions & 2 deletions crates/string-offsets/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
[package]
authors = ["The blackbird team <[email protected]>"]
edition = "2021"
name = "string-offsets"
authors = ["The blackbird team <[email protected]>"]
version = "0.1.0"
edition = "2021"
description = "Offset calculator to convert between byte, char, and line offsets in a string."
repository = "https://github.com/github/rust-gems"
license = "MIT"
keywords = ["unicode", "string", "offsets", "positions", "interoperability"]
categories = ["algorithms", "data-structures", "text-processing", "development-tools::ffi"]

[dev-dependencies]
itertools = "0.13"
Expand Down
1 change: 0 additions & 1 deletion crates/string-offsets/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
//! Offset calculator to convert between byte, char, and line offsets in a string.
//!
//!
//! # Example
//!
//! ```
Expand Down

0 comments on commit 2fcc903

Please sign in to comment.