Crates.io | shared_slice |
lib.rs | shared_slice |
version | 0.0.4 |
source | src |
created_at | 2015-01-02 06:27:47.312512 |
updated_at | 2015-12-15 00:03:21.831051 |
description | Thread-local and thread-safe shared slice types, like `&[T]` but without lifetimes. This library depends only on `alloc` and `core`, so can be used in environments without `std`. |
homepage | https://github.com/huonw/shared_slice |
repository | https://github.com/huonw/shared_slice |
max_upload_size | |
id | 684 |
size | 35,629 |
shared_slice
Thread-local and thread-safe shared slice types, like &[T]
but
without lifetimes. This library depends only on alloc
and core
, so
can be used in environments without std
.