slicey 0.1.7

Ways to associate data with parts of a string.
Documentation
1
2
3
4
5
6
7
8
9
10
# 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.

[`Spanned`]: https://docs.rs/slicey/latest/slicey/struct.Spanned.html
[`Sliced`]: https://docs.rs/slicey/latest/slicey/struct.Sliced.html