raugeas

Crates.ioraugeas
lib.rsraugeas
version
sourcesrc
created_at2024-11-28 22:05:50.957374+00
updated_at2025-01-18 22:50:44.517924+00
descriptionAugeas bindings for Rust
homepage
repositoryhttps://github.com/normation/raugeas
max_upload_size
id1465019
Cargo.toml error:TOML parse error at line 23, column 1 | 23 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include`
size0
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: 103

cargo fmt