From 472a172d66999c049a1d6c9757e39cd9c3082f76 Mon Sep 17 00:00:00 2001 From: Frank Steffahn Date: Wed, 14 Oct 2020 19:19:24 +0200 Subject: [PATCH] Improve README --- README.md | 7 +++++-- src/lib.rs | 3 ++- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 136803d..168b045 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,8 @@ Helper macros for creating hierarchies of transitive `From` implementations. -Currently, this crate only consists of the [`transitive_from::hierarchy`](https://docs.rs/transitive_from/0.1/transitive_from/macro.hierarchy.html) macro. +Currently, this crate only consists of the [`transitive_from::hierarchy`](https://docs.rs/transitive_from/0.1/transitive_from/macro.hierarchy.html) macro. +Please use the link to go to its page for further documentation. ## License Licensed under either of @@ -25,4 +26,6 @@ Licensed under either of at your option. -Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions. +Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in +the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without +any additional terms or conditions. diff --git a/src/lib.rs b/src/lib.rs index 0a8467c..a771595 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -8,7 +8,8 @@ //! //! Helper macros for creating hierarchies of transitive [`From`] implementations. //! -//! Currently, this crate only consists of the [`transitive_from::hierarchy`](hierarchy) macro. +//! Currently, this crate only consists of the [`transitive_from::hierarchy`](hierarchy) macro. +//! Please use the link to go to its page for further documentation. //! //! [github]: https://img.shields.io/badge/github-steffahn/transitive__from-yellowgreen.svg //! [crates.io]: https://img.shields.io/crates/v/transitive_from.svg