Skip to content

Literals for slab creation

License

MIT, Apache-2.0 licenses found

Licenses found

MIT
licence-mit.txt
Apache-2.0
license-apache.txt
Notifications You must be signed in to change notification settings

myelin-ai/slablit

Repository files navigation

slablit

Latest Version Documentation dependency status

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];