Skip to content

Commit

Permalink
Add docs paragraph for setting standard types substitutes
Browse files Browse the repository at this point in the history
  • Loading branch information
inikulin committed Jan 19, 2024
1 parent db1c11d commit d73de5f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions foundations/src/settings/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,12 @@
//! works out of the box, therefore the requirement for all settings structures and enums to
//! implement the `Default` trait.
//!
//! # Substitutes for commonly used Rust standard library types
//!
//! Some of the standard types don't implement certain traits required for settings, or are not
//! suitable conceptually with configuration. Therefore, the library provides compatible subtitutes
//! for such types that can be found in [`net`] and [`collections`] modules.
//!
//! # Explicit subsettings
//!
//! The other important requirement of Foundations' settings is to present as much documentation for
Expand Down

0 comments on commit d73de5f

Please sign in to comment.