seqid 0.1.2

Sequential ID generator traits with some default implementations
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[features]
alloc = []
default = ["alloc"]

[package]
authors = ["Andres Garcia <agrc14@gmail.com>"]
categories = ["no-std", "no-std::no-alloc"]
description = "Sequential ID generator traits with some default implementations"
edition = "2021"
keywords = ["utility", "uid", "generator", "no-dependencies"]
license = "MIT OR MPL-2.0"
name = "seqid"
publish = true
readme = "README.md"
repository = "https://github.com/micro-rust/seqid"
version = "0.1.2"