From: Dale Wijnand Date: Wed, 18 Apr 2018 00:27:44 +0000 (+0100) Subject: add build-from-source info to Tests architecture docs X-Git-Tag: archive/raspbian/0.35.0-2+rpi1~3^2^2^2^2^2^2^2~22^2~1^2~62^2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=6049121b3a9a5f48ddef6a680afb794b442c0e8c;p=cargo.git add build-from-source info to Tests architecture docs it's mentioned in the README, but it's worth mentioning again in the Tests section of the architecture doc. --- diff --git a/ARCHITECTURE.md b/ARCHITECTURE.md index 1b8577f76..b749218c3 100644 --- a/ARCHITECTURE.md +++ b/ARCHITECTURE.md @@ -103,6 +103,9 @@ assert_that( ); ``` +Alternatively to build and run a custom version of cargo simply run `cargo build` +and execute `target/debug/cargo`. + ## Logging Cargo uses [`env_logger`](https://docs.rs/env_logger/*/env_logger/), so you can set