number-based 0.2.3

number-based is an attempt of mine to make working with number bases simple.
Documentation
[package]
name = "number-based"
version = "0.2.3"
authors = ["Felix Hellborg <felix.hellborg.la@gmail.com>"]
edition = "2021"
license = "Apache-2.0"
keywords = ["numbers", "maths", "number-theory"]
repository = "https://github.com/HellFelix/number-based"
readme = "README.md"
description = "number-based is an attempt of mine to make working with number bases simple. "

[dependencies]
once_cell = "1.17.1"

[features]
custom_graphemes = []