Skip to content

Commit

Permalink
Added link to blog post
Browse files Browse the repository at this point in the history
  • Loading branch information
GrantSparks committed Jul 5, 2024
1 parent deb3e5d commit 9f293e2
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Robust configuration management is crucial for:
2. **Security:** Sensitive information like API keys must be handled with care.
3. **Scalability:** As your app grows, so does the complexity of its configuration.

`grafton-config` addresses these challenges, providing a comprehensive solution for Rust developers.
`grafton-config` addresses these challenges, providing a comprehensive solution for Rust developers. For more information on configuration management in Rust, check out my detailed blog post [here](https://blog.grafton.ai/configuration-management-for-rust-applications-15b2a0346b80).

## Installation

Expand Down Expand Up @@ -168,6 +168,10 @@ url = "postgresql://user:password@${database.host}:${database.port}/mydb"
- `GraftonConfig`: Trait for grafton-configuration structs
- `TokenExpandingConfig`: Trait for configuration structs that support token expansion

## Resources

- [Blog tutorial: Configuration Management for Rust Applications](https://blog.grafton.ai/configuration-management-for-rust-applications-15b2a0346b80)

## Contributing

Contributions are welcome! Please feel free to submit a Pull Request.
Expand Down

0 comments on commit 9f293e2

Please sign in to comment.