subslice-offset

Crates.iosubslice-offset
lib.rssubslice-offset
version0.1.1
sourcesrc
created_at2022-08-01 15:50:42.248131
updated_at2022-08-01 16:06:51.600983
descriptionGet offset of subslice in its parent slice
homepage
repository
max_upload_size
id636905
size2,962
(Mainzu)

documentation

README

A tiny utility crate for finding the offset of a subslice within another slice. Note that this is not done through pattern matching but with pointer arithmetic instead.

To use, simply include this crate and use the [SubsliceOffset] trait. The [subslice_offset][SubsliceOffset::subslice_offset] method should then appear on [slices][slice].

I do not take any credit for this crate, full credit goes to https://stackoverflow.com/a/50781657

Commit count: 0

cargo fmt