encode_selector 0.3.3

Encode an integer index into a selector valid radix using the passed in alphabet.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[dependencies.lazy_static]
version = "1.4.0"

[dependencies.onig]
version = "6.3.1"

[package]
authors = ["Adam Gian <contact@adamgian.com>"]
description = "Encode an integer index into a selector valid radix using the passed in alphabet."
edition = "2021"
homepage = "https://github.com/adamgian/minify-selectors#readme"
keywords = ["radix"]
license = "Apache-2.0"
name = "encode_selector"
repository = "https://github.com/adamgian/minify-selectors.git"
version = "0.3.3"