18 unstable releases (3 breaking)

new 0.4.4 Apr 8, 2024
0.4.3 Mar 15, 2024
0.4.1 Feb 12, 2024
0.3.5 Dec 26, 2023
0.2.1 Jul 31, 2023

#206 in Configuration

Download history 251/week @ 2023-12-20 189/week @ 2023-12-27 524/week @ 2024-01-03 284/week @ 2024-01-10 250/week @ 2024-01-17 604/week @ 2024-01-24 263/week @ 2024-01-31 512/week @ 2024-02-07 303/week @ 2024-02-14 192/week @ 2024-02-21 365/week @ 2024-02-28 457/week @ 2024-03-06 535/week @ 2024-03-13 177/week @ 2024-03-20 81/week @ 2024-03-27 369/week @ 2024-04-03

1,464 downloads per month
Used in chezmoi_modify_manager

LGPL-3.0-only

60KB
1.5K SLoC

Library to merge INI files subject to configuration

[ crates.io ] [ lib.rs ] [ docs.rs ]

This library forms the backend to chezmoi_modify_manager. You probably want that tool instead.

This library provides processing of INI files. In particular:

  • Merging of a source INI file with a target INI file. The merging is asymmetric: The values of the source are preferred unless specific rules have been provided for those sections and/or keys. Formatting is preserved.
  • Filtering of an INI file based on a rule set

The use case of this is configuration management for user settings file where the program writes a mix of settings and state to the same file. This gets messy if we want to track the settings part in git using a tool like chezmoi.

A typical example of this is KDE settings files. These contain (apart from settings) state like recently opened files and positions of windows and dialog boxes. Other programs (such as PrusaSlicer) also do the same thing.

This library can be used as a backend to implement a tool to smartly merge such INI files. Such a tool is already available: chezmoi_modify_manager.

MSRV

Current minimum supported Rust version is 1.75.0. This may be updated as needed. MSRV bump is not considered a semver breaking change.

Dependencies

~4–14MB
~153K SLoC