6 lines
240 B
Markdown
6 lines
240 B
Markdown
`raw-slice`: Generic raw slice types
|
|
======
|
|
|
|
This crate provides generic raw slice type, which allows erasing the lifetime of a borrowed slice.
|
|
The documentation provides more details on the motivation of this crate and how it can be used.
|