fhex 1.0.0

A crate providing the ToHex trait for converting floating-point numbers to hexadecimal.
Documentation
1
2
3
4
5
6
7
8
9
10
[package]
name = "fhex"
description = "A crate providing the ToHex trait for converting floating-point numbers to hexadecimal."
version = "1.0.0"
authors = ["Rod Vagg <r@va.gg>"]
repository = "https://github.com/rvagg/fhex"
edition = "2021"
license = "Apache-2.0"

[dependencies]