shared_slice 0.0.2

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`.
docs.rs failed to build shared_slice-0.0.2
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.

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