shared_slice

Crates.ioshared_slice
lib.rsshared_slice
version0.0.4
sourcesrc
created_at2015-01-02 06:27:47.312512
updated_at2015-12-15 00:03:21.831051
descriptionThread-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`.
homepagehttps://github.com/huonw/shared_slice
repositoryhttps://github.com/huonw/shared_slice
max_upload_size
id684
size35,629
Owners (github:contain-rs:owners)

documentation

http://huonw.github.io/shared_slice/shared_slice/

README

shared_slice

Build Status

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

Package listing

Commit count: 20

cargo fmt