slablit 0.3.0

Literal for slab creation
Documentation

slablit

Build Status Latest Version Documentation

Literal for slab creation

Usage

Add this to your Cargo.toml:

[dependencies]
slablit = "0.3"

Example

use slablit::slab;

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