diff options
author | David Craven <david@craven.ch> | 2016-09-22 11:40:58 +0200 |
---|---|---|
committer | David Craven <david@craven.ch> | 2016-12-14 16:30:42 +0100 |
commit | 3e0c036584b41bcc08a8c8e040295716108bb0b2 (patch) | |
tree | fb90e055f18d75cec57107b1be4a457b3dcf1af0 /doc | |
parent | bb3f36ed4ca83f01eb422f9de9c404d53218b382 (diff) | |
download | guix-3e0c036584b41bcc08a8c8e040295716108bb0b2.tar guix-3e0c036584b41bcc08a8c8e040295716108bb0b2.tar.gz |
import: Add importer for rust crates.
* guix/import/crate.scm: New file.
* guix/scripts/import/crate.scm: New file.
* guix/scripts/import.scm (importers): Add crate importer.
* tests/crate.scm: New file.
* doc/guix.texi: Add crate importer to table.
* Makefile.am (MODULES, SCM_TESTS): Add files.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/guix.texi | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index f1c5963f76..5db20ecdfa 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -5267,6 +5267,11 @@ signatures,, emacs, The GNU Emacs Manual}). identifier. @end itemize @end table + +@item crate +@cindex crate +Import metadata from the crates.io Rust package repository +@uref{https://crates.io, crates.io}. @end table The structure of the @command{guix import} code is modular. It would be |