From 22e48dc723d5a8d476efa316cade5c36769c30cc Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Sep 27 2018 14:29:02 +0000 Subject: rust: make crates.io clickable Signed-off-by: Igor Gnatenko --- diff --git a/guidelines/modules/ROOT/pages/Rust.adoc b/guidelines/modules/ROOT/pages/Rust.adoc index 5cfa947..f0de3f9 100644 --- a/guidelines/modules/ROOT/pages/Rust.adoc +++ b/guidelines/modules/ROOT/pages/Rust.adoc @@ -4,7 +4,7 @@ This document details best practices for packaging Rust crates. Note that the ru == Naming -Rust crates should be named `+rust-+`. Crates are expected to be from crates.io. Rust applications that aren't from crates.io SHOULD follow the main guidelines for package names. +Rust crates should be named `+rust-+`. Crates are expected to be from https://crates.io[crates.io]. Rust applications that aren't from crates.io SHOULD follow the main guidelines for package names. At this time, Rust libraries MUST be from crates.io, as this enforces a certain standard in how they are packaged and built.