hexfloat 0.0.4

Syntax extension to create floating point literals from hexadecimal strings
1
2
3
4
5
6
7
8
9
10
11
12
13
[lib]
name = "hexfloat"
plugin = true

[package]
authors = ["The Rust Project Developers"]
description = "Syntax extension to create floating point literals from hexadecimal strings\n"
homepage = "https://github.com/rust-lang/hexfloat"
keywords = ["plugin", "macro", "floating-point", "numerics"]
license = "MIT/Apache-2.0"
name = "hexfloat"
repository = "https://github.com/rust-lang/hexfloat"
version = "0.0.4"