raw-slice/README.md
Robin Mueller cc9bbc6a24
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
init commit
2025-04-10 23:31:01 +02:00

10 lines
573 B
Markdown

[![Crates.io](https://img.shields.io/crates/v/raw-slicee)](https://crates.io/crates/raw-slicee)
[![docs.rs](https://img.shields.io/docsrs/raw-slice)](https://docs.rs/raw-slice)
[![ci](https://github.com/us-irs/raw-slice/actions/workflows/ci.yml/badge.svg?branch=main)](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.