aabel-identifier-rs 0.1.2

A crate the defines identifier behavior, such comparing them, or generating sequences of identifiers.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "aabel-identifier-rs"
version = "0.1.2"
edition = "2021"
authors = ["Vlad Eminovici"]
description = "A crate the defines identifier behavior, such comparing them, or generating sequences of identifiers."
homepage = "https://github.com/veminovici/aabel-identifier-rs"
repository = "https://github.com/veminovici/aabel-identifier-rs"
license = "MIT OR Apache-2.0"
keywords = ["identifier", "iterator"]
categories = ["data-structures"]

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]