diff --git a/README.md b/README.md index fd420705..57639f7d 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,8 @@ Numeric traits for generic mathematics in Rust. +See the [`num-integer`](https://docs.rs/num-integer/) crate for the `Integer` trait. + ## Usage Add this to your `Cargo.toml`: diff --git a/src/lib.rs b/src/lib.rs index d392e920..0f161df8 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -10,6 +10,8 @@ //! Numeric traits for generic mathematics //! +//! See the [`num-integer`](https://docs.rs/num-integer/) crate for the `Integer` trait. +//! //! ## Compatibility //! //! The `num-traits` crate is tested for rustc 1.60 and greater.