myelin-ai / slablit

Literals for slab creation

Home Page:https://docs.rs/slablit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Literals for slab creation

https://docs.rs/slablit

License:MIT License


Languages

Language:Rust 100.0%