idalloc 0.1.1

A library for different methods of allocating unique identifiers efficiently.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
authors = ["John-John Tedro <udoprog@tedro.se>"]
categories = ["algorithms"]
description = """
A library for different methods of allocating unique identifiers efficiently.
"""
documentation = "https://docs.rs/idalloc"
edition = "2018"
homepage = "https://github.com/udoprog/idalloc"
keywords = ["containers"]
license = "MIT/Apache-2.0"
name = "idalloc"
readme = "README.md"
repository = "https://github.com/udoprog/idalloc"
version = "0.1.1"