Crates.io | raw-slicee |
lib.rs | raw-slicee |
version | 0.1.1 |
created_at | 2025-04-10 21:31:10.116742+00 |
updated_at | 2025-04-10 21:40:16.591385+00 |
description | Generic low-level raw slice types |
homepage | https://egit.irs.uni-stuttgart.de/rust/raw-slice |
repository | https://egit.irs.uni-stuttgart.de/rust/raw-slice |
max_upload_size | |
id | 1628882 |
size | 29,876 |
raw-slice
- Generic raw slice typesThis 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.