Skip to content

Commit 7f769dd

Browse files
committed
Add a min-rustc badge and document compatibility
1 parent b22ccfa commit 7f769dd

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
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.

src/lib.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@
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

0 commit comments

Comments
 (0)