Skip to main content

bare_config/
lib.rs

1// bare-config
2//
3// The type-safe configuration authority for Rust.
4//
5// This crate provides a pluggable framework for full CRUD operations
6// across multiple backends with 'Parse, don't validate' philosophy.
7
8#![warn(missing_docs)]
9#![warn(clippy::all)]