all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Rust development tools
@ 2019-04-18  2:26 mikadoZero
  2019-04-18 15:47 ` Ivan Petkov
  0 siblings, 1 reply; 6+ messages in thread
From: mikadoZero @ 2019-04-18  2:26 UTC (permalink / raw)
  To: help-guix

The rust book is a learning resource for the rust programming language.
https://doc.rust-lang.org/book/title-page.html

It includes content on these rust development tools:

* cargo
  + build system and package manager
  + provides dependency management
  + used through the entire rust book
  https://doc.rust-lang.org/book/ch01-03-hello-cargo.html

* rustup
  + adding the developer tool below
    https://doc.rust-lang.org/book/appendix-04-useful-development-tools.html
  + using other versions of rust like nightly
    - example of using nightly rust
      https://rocket.rs/v0.4/guide/getting-started/

* developer tools
  https://doc.rust-lang.org/book/appendix-04-useful-development-tools.html
  + rustfmt - code style reformatter
  + clippy - linting
  + rls - language server

I have rust installed on a Guix System.  It does not look like it
included any of these developer tools.  They also do not show up when
doing a package search for their names or for just rust.  I have also
searched for them with a `locate rust` and filtered its results with
sed.

What would be other ways to find these if they are already packaged for
Guix?

If cargo is not packaged are people who are using rust with Guix System
using rustc and manually managing their dependencies?

Are there any special considerations for Guix packages that provide
programs like cargo and rustup that are also package managers?

How does Guix deal with something like rust nightly releases if at all?

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2019-04-24 16:56 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-04-18  2:26 Rust development tools mikadoZero
2019-04-18 15:47 ` Ivan Petkov
2019-04-18 19:45   ` John Soo
2019-04-18 20:23   ` mikadoZero
2019-04-19  2:40     ` Ivan Petkov
2019-04-24 16:52       ` mikadoZero

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.