wambo 0.3.1

All-in-one binary to convert decimal/bin/oct/hex + interpret data as i8-i64, u8-u64, and f32/f64.
[dependencies.crossterm]
version = "0.25"

[dependencies.derive_more]
default-features = false
features = ["display"]
version = "0.99"

[dependencies.fraction_list_fmt_align]
version = "0.2"

[dependencies.regex]
version = "1.6"

[dependencies.tui]
version = "0.19"

[package]
authors = ["Philipp Schuster <phip1611@gmail.com>"]
categories = ["command-line-utilities"]
description = "All-in-one binary to convert decimal/bin/oct/hex + interpret data as i8-i64, u8-u64, and f32/f64."
documentation = "https://docs.rs/wambo/"
edition = "2021"
exclude = [".editorconfig", ".github"]
homepage = "https://github.com/phip1611/wambo"
keywords = ["converter", "binary", "hex", "IEEE-754", "bytes"]
license = "MIT"
name = "wambo"
readme = "README.md"
repository = "https://github.com/phip1611/wambo"
version = "0.3.1"