Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/huonw/shared_slice
&[T] minus lifetimes
https://github.com/huonw/shared_slice
Last synced: 8 days ago
JSON representation
&[T] minus lifetimes
- Host: GitHub
- URL: https://github.com/huonw/shared_slice
- Owner: huonw
- License: apache-2.0
- Created: 2015-01-02T04:57:07.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-05-19T05:07:06.000Z (over 9 years ago)
- Last Synced: 2024-10-31T13:50:15.554Z (15 days ago)
- Language: Rust
- Size: 837 KB
- Stars: 9
- Watchers: 6
- Forks: 6
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
# `shared_slice`
[![Build Status](https://travis-ci.org/huonw/shared_slice.png)](https://travis-ci.org/huonw/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`.[Documentation](http://huonw.github.io/shared_slice/shared_slice/)
[Package listing](http://crates.io/crates/shared_slice)