congen 0.2.1

congen helps you build configuration systems that support partial updates from structured changes and CLI input
Documentation
1
2
3
4
5
6
7
8
9
10
use core::any::Any;
use std::ffi::OsStr;

use crate::{
    Configuration,
    internal::{
        ChangeVerb, CongenChange, CongenInternal, Description, FieldDescription, NotSupported,
        ParseError, VerbError,
    },
};