8000 GitHub - alpha-convert/SubSlice: A little Rust library for giving per-index refcounted access to a slice through a shared reference.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

A little Rust library for giving per-index refcounted access to a slice through a shared reference.

Notifications You must be signed in to change notification settings

alpha-convert/SubSlice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

RefCell<T> gives reference-counted access to a T, dynamically maintaining aliasing xor mutability. This library provides an equivalent type SubSlice<'a,T>, for reference-counted access to subsets of a slice &'a [T]. This type tracks how many outstanding references exists per index, and ensures at runtime that there are either multiple shared references

About

A little Rust library for giving per-index refcounted access to a slice through a shared reference.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0