super-slab 0.1.0

Pre-allocated storage for a uniform data type, based upon slab
Documentation
# Generated by Cargo
# will have compiled files and executables
**/target/*
/dist/
/node_modules/
/pkg/

# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
# More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html
Cargo.lock
package-lock.json

# These are backup files generated by rustfmt
**/*.rs.bk

**/.DS_STORE
.vscode

# these kind of files as well
**/foo.*
**/bar.*
**/xxx.*
**/yyy.*