slicey 0.1.9

Ways to associate data with parts of a string.
Documentation

Slicey

Slicey provides two simple ways to associate data with parts of a string:

  • Spanned: Represents data and a range.
  • Sliced: Represents data, a range, and a source string.

See their documentation for more info.