kevloui / shared_slice

&[T] minus lifetimes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

&[T] minus lifetimes

License:Apache License 2.0


Languages

Language:Rust 98.4%Language:Shell 1.6%