Crates.io | raugeas |
lib.rs | raugeas |
version | |
source | src |
created_at | 2024-11-28 22:05:50.957374+00 |
updated_at | 2025-01-18 22:50:44.517924+00 |
description | Augeas bindings for Rust |
homepage | |
repository | https://github.com/normation/raugeas |
max_upload_size | |
id | 1465019 |
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` |
size | 0 |
Rust binding for Augeas, a configuration editing tool.
These crates were initially forked from hercules-team/rust-augeas.
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.