Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)