hexfloat2 0.2.0

Parse and format IEEE754 floating point hexadecimal syntax
Documentation
[dependencies]

[features]
alloc = []
default = ["std"]
std = ["alloc"]

[lib]
name = "hexfloat2"
path = "src/lib.rs"

[package]
authors = ["Eric Seppanen <eds@reric.net>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["encoding", "parser-implementations"]
description = "Parse and format IEEE754 floating point hexadecimal syntax"
edition = "2021"
keywords = ["hexfloat", "float"]
license = "MIT"
name = "hexfloat2"
readme = "README.md"
repository = "https://github.com/ericseppanen/hexfloat2"
rust-version = "1.67"
version = "0.2.0"

[[test]]
name = "known_values"
path = "tests/known_values.rs"

[[test]]
name = "round_trip"
path = "tests/round_trip.rs"