[lib]
name = "fmtastic"
path = "src/lib.rs"
[package]
authors = ["Tau"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["value-formatting", "encoding", "no-std"]
description = "Format numbers using the unicode characters via the Display trait."
edition = "2021"
exclude = [".github/", ".mailmap", ".gitignore", "*.sh"]
keywords = ["unicode", "formatting", "fraction", "subscript", "superscript"]
license = "Unlicense OR MIT OR Apache-2.0"
name = "fmtastic"
readme = "readme.md"
repository = "https://codeberg.org/tautropfli/fmtastic"
rust-version = "1.75.0"
version = "0.2.2"