raugeas

Crates.ioraugeas
lib.rsraugeas
version1.0.0
created_at2024-11-28 22:05:50.957374+00
updated_at2025-06-16 04:39:26.110835+00
descriptionAugeas bindings for Rust
homepage
repositoryhttps://github.com/normation/raugeas
max_upload_size
id1465019
size90,068
crates.io maintainers (github:normation:crates-io-maintainers)

documentation

README

raugeas

crates.io CI

Rust binding for Augeas, a configuration editing tool.

These crates were initially forked from hercules-team/rust-augeas.

Requirements

  • Augeas >= 1.13.0
  • MSRV: 1.77.0

Design

This library is a low-level binding to the C API of Augeas, with a few abstractions to make it more idiomatic to use in Rust. It does not aim to provide a high-level API to manipulate configuration files, but rather to provide a safe and idiomatic way to interact with Augeas.

Commit count: 105

cargo fmt