Some checks failed
ci / Check build (macos-latest) (push) Has been cancelled
ci / Check build (ubuntu-latest) (push) Has been cancelled
ci / Check build (windows-latest) (push) Has been cancelled
ci / Run Tests (push) Has been cancelled
ci / Check MSRV (push) Has been cancelled
ci / Check Cross-Compilation (armv7-unknown-linux-gnueabihf) (push) Has been cancelled
ci / Check Cross-Compilation (thumbv7em-none-eabihf) (push) Has been cancelled
ci / Check formatting (push) Has been cancelled
ci / Check Documentation Build (push) Has been cancelled
ci / Clippy (push) Has been cancelled
10 lines
575 B
Markdown
10 lines
575 B
Markdown
[](https://crates.io/crates/raw-slicee)
|
|
[](https://docs.rs/raw-slicee)
|
|
[](https://github.com/us-irs/raw-slice/actions/workflows/ci.yml)
|
|
|
|
`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.
|