> On Apr 18, 2019, at 1:23 PM, mikadoZero wrote:
>
> I think I would consider attempting clippy. Would exposing it be
> similar to cargo? Searching through `rust.scm` cargo is all over the
> place. Would exposing clippy be as far reaching and extensive?
>
> I am new to packaging for Guix. I
Ivan Petkov writes:
> Hi!
>
>> On Apr 17, 2019, at 7:26 PM, mikadoZero wrote:
>
> The rust integrations within Guix are a bit incomplete at the moment, but
> I’ve been
> making some efforts to get things going. Right now it is possible to build
> individual
> crates but with a *ton* of manual
Hi!
Thanks for your work on this. I’m looking forward to using alacrity and
ripgrep, among other niceties the rust community has come up with.
- John
> On Apr 18, 2019, at 8:47 AM, Ivan Petkov wrote:
>
> Hi!
>
>> On Apr 17, 2019, at 7:26 PM, mikadoZero wrote:
>
> The rust integrations wit
Hi!
> On Apr 17, 2019, at 7:26 PM, mikadoZero wrote:
The rust integrations within Guix are a bit incomplete at the moment, but I’ve
been
making some efforts to get things going. Right now it is possible to build
individual
crates but with a *ton* of manual intervention in the package definitio
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