From 86d0fd715a129def0dd0c4d72531a377648d08a9 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Sep 27 2018 14:29:02 +0000 Subject: rust: SHOULD → MUST for naming Signed-off-by: Igor Gnatenko --- diff --git a/guidelines/modules/ROOT/pages/Rust.adoc b/guidelines/modules/ROOT/pages/Rust.adoc index f0de3f9..ed2b950 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 https://crates.io[crates.io]. Rust applications that aren't from crates.io SHOULD follow the main guidelines for package names. +Rust crates MUST be named `rust-$crate`. The crates are expected to be from https://crates.io[crates.io]. Rust applications that aren't from crates.io MUST 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.