projects
/
cargo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
00de39b
)
add build-from-source info to Tests architecture docs
author
Dale Wijnand
<dale.wijnand@gmail.com>
Wed, 18 Apr 2018 00:27:44 +0000
(
01:27
+0100)
committer
Dale Wijnand
<dale.wijnand@gmail.com>
Wed, 18 Apr 2018 00:28:04 +0000
(
01:28
+0100)
it's mentioned in the README, but it's worth mentioning again in the
Tests section of the architecture doc.
ARCHITECTURE.md
patch
|
blob
|
history
diff --git
a/ARCHITECTURE.md
b/ARCHITECTURE.md
index 1b8577f76d2ddec3964d6b731573a9ce0dcd9da8..b749218c3495004d7a95d4aca47630ea646c38f7 100644
(file)
--- 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