hexfloat2 0.2.0

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

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

[dependencies]