From 3dd00f988381af7c6696417ccdb82dd4925afa46 Mon Sep 17 00:00:00 2001 From: Simon Clark Date: Apr 23 2018 12:30:43 +0000 Subject: Add #106 'Packaging Rust applications/libraries' --- diff --git a/_topic_map.yml b/_topic_map.yml index f51c24e..c3c7c69 100644 --- a/_topic_map.yml +++ b/_topic_map.yml @@ -84,6 +84,8 @@ Topics: File: Development_Python - Name: Ruby File: Development_Ruby + - Name: Rust + File: Development_Rust - Name: Web Development File: Development_Web - Name: Revision History diff --git a/en-US/developers/Development_Rust.adoc b/en-US/developers/Development_Rust.adoc new file mode 100644 index 0000000..403ec03 --- /dev/null +++ b/en-US/developers/Development_Rust.adoc @@ -0,0 +1,12 @@ + +include::en-US/entities.adoc[] + +[[sect-rust]] += Rust + +[[sect-rust-packaging]] +== Packaging Rust Applications and Libraries + +Fedora is one of the first distributions to package software written in the Rust programming language. +Fedora 28 includes the tools and instructions necessary to package applications and libraries written in Rust. +As a result, users will be able to install software developed in Rust (for example, *ripgrep*) from the Fedora repositories.