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

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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)]
extern crate hexfloat;

About

Syntax extension to create floating point literals from hexadecimal strings

Resources

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors

Languages