Skip to content

Commit ad11ab4

Browse files
docs: enhance module docstring with clear purpose statement
Add clarification that this module provides a high-performance alternative to pydantic-settings, making the value proposition more explicit. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 71ce45c commit ad11ab4

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/msgspec_ext/settings.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
"""Optimized settings management using msgspec.Struct and bulk JSON decoding."""
1+
"""Optimized settings management using msgspec.Struct and bulk JSON decoding.
2+
3+
This module provides a high-performance alternative to pydantic-settings.
4+
"""
25

36
import os
47
from pathlib import Path

0 commit comments

Comments
 (0)