radix_fmt 1.0.0

Format a number in an arbitrary radix
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[dependencies]

[dev-dependencies.fluid]
version = "0.4"

[package]
authors = ["FĂ©lix <felix-dev@daudre-vignier.fr>"]
categories = ["value-formatting"]
description = "Format a number in an arbitrary radix"
documentation = "https://docs.rs/radix_fmt/"
edition = "2018"
keywords = ["format", "radix", "base", "number", "integer"]
license = "Apache-2.0"
name = "radix_fmt"
readme = "README.md"
repository = "https://gitlab.com/Boiethios/radix_fmt_rs"
version = "1.0.0"