Skip to content
This repository was archived by the owner on Nov 21, 2018. It is now read-only.

Latest commit

History

22 Commits

Folders and files

NameName
Last commit message
Last commit date

Repository files navigation

hexfloat

A Rust syntax extension to create floating point literals from hexadecimal strings.

Usage

Add this to your Cargo.toml:

[dependencies]
hexfloat = "*"

and this to your crate root:

#![feature(phase)]#[phase(plugin)]externcrate hexfloat;

About

Syntax extension to create floating point literals from hexadecimal strings

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages