Skip to content

Commit

Permalink
docs: Update ToC for Config -> Context
Browse files Browse the repository at this point in the history
  • Loading branch information
epage committed Feb 29, 2024
1 parent 67b5aa4 commit a7ba26b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/cargo/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,10 @@
//! - [`util`]:
//! This directory contains generally-useful utility modules.
//! - [`util::context`]:
//! This directory contains the config parser. It makes heavy use of
//! [serde](https://serde.rs/) to merge and translate config values. The
//! [`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.
//! The [`util::GlobalContext`] is usually accessed from the
//! [`core::Workspace`]
//! though references to it are scattered around for more convenient access.
//! - [`util::toml`]:
Expand Down

0 comments on commit a7ba26b

Please sign in to comment.