hexfloat 0.1.3

Syntax extension to create floating point literals from hexadecimal strings
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]

name = "hexfloat"
version = "0.1.3"
authors = ["The Rust Project Developers"]

license = "MIT/Apache-2.0"
repository = "https://github.com/rust-lang/hexfloat"
homepage = "https://github.com/rust-lang/hexfloat"
keywords = ["plugin", "macro", "floating-point", "numerics"]
description = """
Syntax extension to create floating point literals from hexadecimal strings
"""

[lib]

name = "hexfloat"
plugin = true