| Crates.io | shared_slice |
| lib.rs | shared_slice |
| version | 0.0.4 |
| created_at | 2015-01-02 06:27:47.312512+00 |
| updated_at | 2015-12-15 00:03:21.831051+00 |
| 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_sliceThread-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.