File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed
Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change 22
33[ ![ crate] ( https://img.shields.io/crates/v/num-integer.svg )] ( https://crates.io/crates/num-integer )
44[ ![ documentation] ( https://docs.rs/num-integer/badge.svg )] ( https://docs.rs/num-integer )
5+ ![ minimum rustc 1.8] ( https://img.shields.io/badge/rustc-1.8+-red.svg )
56[ ![ Travis status] ( https://travis-ci.org/rust-num/num-integer.svg?branch=master )] ( https://travis-ci.org/rust-num/num-integer )
67
78` Integer ` trait and functions for Rust.
Original file line number Diff line number Diff line change 99// except according to those terms.
1010
1111//! Integer trait and functions.
12+ //!
13+ //! ## Compatibility
14+ //!
15+ //! The `num-integer` crate is tested for rustc 1.8 and greater.
1216
1317#![ doc( html_root_url = "https://docs.rs/num-integer/0.1" ) ]
1418
You can’t perform that action at this time.
0 commit comments