# 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