slablit 0.2.1

Literal for slab creation
Documentation

slablit

Build Status Latest Version Documentation

⚠️ This crate requires the nightly compiler

Literal for slab creation

# Cargo.toml
[dependencies]
slablit = "0.2.1"
#![feature(decl_macro, macro_at_most_once_rep)]

use slablit::slab;

let (slab, [first, second, third]) = slab![10, 20, 30];