]> git.lizzy.rs Git - enumset.git/blobdiff - README.md
Add a doc link to README.md.
[enumset.git] / README.md
index 5cbc59c391e2307a85283bcf5f74ae16817d5609..a9572f9ab92c99ee73bdc7ee1d32cb35f56dc91c 100644 (file)
--- a/README.md
+++ b/README.md
@@ -2,6 +2,6 @@ A library for defining enums that can be used in compact bit sets.
 
 It supports enums up to 64 variants on stable Rust, and up to 128 variants on nightly Rust with the `i128` feature enabled, and has a macro to use these sets in constants.
 
-See the documentation for more information.
+[See the documentation for more information.](https://docs.rs/enumset)
 
 This library is dual licenced under the MIT and Apache 2.0 licenses.