We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91c9e03 commit 5d1366eCopy full SHA for 5d1366e
src/cargo/lib.rs
@@ -45,9 +45,10 @@
45
//! - [`util`]:
46
//! This directory contains generally-useful utility modules.
47
//! - [`util::context`]:
48
-//! This directory contains the config parser. It makes heavy use of
49
-//! [serde](https://serde.rs/) to merge and translate config values. The
50
-//! [`util::GlobalContext`] is usually accessed from the
+//! This directory contains the global applicaton context.
+//! This includes the config parser which makes heavy use of
+//! [serde](https://serde.rs/) to merge and translate config values.
51
+//! The [`util::GlobalContext`] is usually accessed from the
52
//! [`core::Workspace`]
53
//! though references to it are scattered around for more convenient access.
54
//! - [`util::toml`]:
0 commit comments