# Rust Lockless Slotmap
This is a lockless slotmap implementation in Rust.
A slotmap is a data structure that allows you to store a value and get a key to access it. The key is a small integer that is unique to the value. The key can be used to access the value in constant time.