raw-slicee 0.1.1

Generic low-level raw slice types
Documentation
1
2
3
4
5
6
7
8
9
[![Crates.io](https://img.shields.io/crates/v/raw-slicee)](https://crates.io/crates/raw-slicee)
[![docs.rs](https://img.shields.io/docsrs/raw-slicee)](https://docs.rs/raw-slicee)
[![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.