We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b22ccfa commit 7f769ddCopy full SHA for 7f769dd
2 files changed
README.md
@@ -2,6 +2,7 @@
2
3
[](https://crates.io/crates/num-integer)
4
[](https://docs.rs/num-integer)
5
+
6
[](https://travis-ci.org/rust-num/num-integer)
7
8
`Integer` trait and functions for Rust.
src/lib.rs
@@ -9,6 +9,10 @@
9
// except according to those terms.
10
11
//! Integer trait and functions.
12
+//!
13
+//! ## Compatibility
14
15
+//! The `num-integer` crate is tested for rustc 1.8 and greater.
16
17
#![doc(html_root_url = "https://docs.rs/num-integer/0.1")]
18
0 commit comments