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

rust-lang-deprecated/hexfloat

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

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages