Use the integer32 playground

This commit is contained in:
bluss 2016-11-02 19:51:10 +01:00
parent e4a6956e5a
commit ff2a350e98
8 changed files with 8 additions and 8 deletions

View File

@ -72,7 +72,7 @@
#![doc(html_logo_url = "https://rust-num.github.io/num/rust-logo-128x128-blk-v2.png",
html_favicon_url = "https://rust-num.github.io/num/favicon.ico",
html_root_url = "https://rust-num.github.io/num/",
html_playground_url = "https://play.rust-lang.org/")]
html_playground_url = "http://play.integer32.com/")]
#[cfg(any(feature = "rand", test))]
extern crate rand;

View File

@ -12,7 +12,7 @@
#![doc(html_logo_url = "https://rust-num.github.io/num/rust-logo-128x128-blk-v2.png",
html_favicon_url = "https://rust-num.github.io/num/favicon.ico",
html_root_url = "https://rust-num.github.io/num/",
html_playground_url = "https://play.rust-lang.org/")]
html_playground_url = "http://play.integer32.com/")]
extern crate num_traits as traits;

View File

@ -12,7 +12,7 @@
#![doc(html_logo_url = "https://rust-num.github.io/num/rust-logo-128x128-blk-v2.png",
html_favicon_url = "https://rust-num.github.io/num/favicon.ico",
html_root_url = "https://rust-num.github.io/num/",
html_playground_url = "https://play.rust-lang.org/")]
html_playground_url = "http://play.integer32.com/")]
extern crate num_traits as traits;

View File

@ -12,7 +12,7 @@
#![doc(html_logo_url = "https://rust-num.github.io/num/rust-logo-128x128-blk-v2.png",
html_favicon_url = "https://rust-num.github.io/num/favicon.ico",
html_root_url = "https://rust-num.github.io/num/",
html_playground_url = "https://play.rust-lang.org/")]
html_playground_url = "http://play.integer32.com/")]
extern crate num_traits as traits;
extern crate num_integer as integer;

View File

@ -12,7 +12,7 @@
#![doc(html_logo_url = "https://rust-num.github.io/num/rust-logo-128x128-blk-v2.png",
html_favicon_url = "https://rust-num.github.io/num/favicon.ico",
html_root_url = "https://rust-num.github.io/num/",
html_playground_url = "https://play.rust-lang.org/")]
html_playground_url = "http://play.integer32.com/")]
extern crate syntax;
extern crate syntax_ext;

View File

@ -12,7 +12,7 @@
#![doc(html_logo_url = "https://rust-num.github.io/num/rust-logo-128x128-blk-v2.png",
html_favicon_url = "https://rust-num.github.io/num/favicon.ico",
html_root_url = "https://rust-num.github.io/num/",
html_playground_url = "https://play.rust-lang.org/")]
html_playground_url = "http://play.integer32.com/")]
#[cfg(feature = "rustc-serialize")]
extern crate rustc_serialize;

View File

@ -55,7 +55,7 @@
#![doc(html_logo_url = "https://rust-num.github.io/num/rust-logo-128x128-blk-v2.png",
html_favicon_url = "https://rust-num.github.io/num/favicon.ico",
html_root_url = "https://rust-num.github.io/num/",
html_playground_url = "https://play.rust-lang.org/")]
html_playground_url = "http://play.integer32.com/")]
extern crate num_traits;
extern crate num_integer;

View File

@ -12,7 +12,7 @@
#![doc(html_logo_url = "https://rust-num.github.io/num/rust-logo-128x128-blk-v2.png",
html_favicon_url = "https://rust-num.github.io/num/favicon.ico",
html_root_url = "https://rust-num.github.io/num/",
html_playground_url = "https://play.rust-lang.org/")]
html_playground_url = "http://play.integer32.com/")]
use std::ops::{Add, Sub, Mul, Div, Rem};